Shades of Summer Sky #4ABCDC
Tints of Summer Sky #4ABCDC
RGB
CMYK
RGB Variations
Color information
#4ABCDC (or 0x4ABCDC) is known color: Summer Sky. HEX triplet: 4A, BC and DC. RGB value is (74,188,220). Sum of RGB (Red+Green+Blue) = 74+188+220=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ABCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCDC is #B54323. Grayscale: #9D9D9D. Windows color (decimal): -11879204 or 14466122. OLE color: 14466122.
HSL color Cylindrical-coordinate representation of color #4ABCDC: hue angle of 193.15º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABCDC is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 188 | 220 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.14 |
| HSL | 193.15º | 0.68% | 0.58% | - |
| HSV(B) | 193.15º | 0.66% | 0.86% | - |
| XYZ | 33.73 | 42.59 | 74.15 | - |
| YUV | 157.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 220 | 0.66 | 0.15 | 0 | 0.14 | 193.15 | 0.68 | 0.58 |
| Hex | 4A | BC | DC | 42 | F | 0 | E | C1 | 44 | 3A |
| Octal | 112 | 274 | 334 | 102 | 17 | 0 | 16 | 301 | 104 | 72 |
| Binary | 1001010 | 10111100 | 11011100 | 1000010 | 1111 | 0 | 1110 | 11000001 | 1000100 | 111010 |
Color Harmonies of #4ABCDC
Complementary color
Monochromatic Colors of #4ABCDC
Black with #4ABCDC
Text Example
Text Example
White with #4ABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCDC; }
p { color: rgb(74,188,220); }
H1.HeaderClassName
{
color: #4ABCDC;
}
.AnyTagClassName
{
color: #4ABCDC;
}
</style>
background-color css
<style>
a { background-color: #4ABCDC; }
a { background-color: rgb(74,188,220); }
div.DivClassName
{
background-color: #4ABCDC;
}
.BgClassName
{
background-color: #4ABCDC;
}
</style>
border-color css
<style>
span { border-color: #4ABCDC; }
span { border-color: rgb(74,188,220); }
td.TdClassName
{
border-color: #4ABCDC;
}
.TagClassName
{
border-color: #4ABCDC;
}
</style>