Shades of Summer Sky #42ABEF
Tints of Summer Sky #42ABEF
RGB
CMYK
RGB Variations
Color information
#42ABEF (or 0x42ABEF) is known color: Summer Sky. HEX triplet: 42, AB and EF. RGB value is (66,171,239). Sum of RGB (Red+Green+Blue) = 66+171+239=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #42ABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABEF is #BD5410. Grayscale: #929292. Windows color (decimal): -12407825 or 15706946. OLE color: 15706946.
HSL color Cylindrical-coordinate representation of color #42ABEF: hue angle of 203.58º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ABEF is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 171 | 239 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.06 |
| HSL | 203.58º | 0.84% | 0.6% | - |
| HSV(B) | 203.58º | 0.72% | 0.94% | - |
| XYZ | 32.39 | 36.52 | 87 | - |
| YUV | 147.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 239 | 0.72 | 0.28 | 0 | 0.06 | 203.58 | 0.84 | 0.6 |
| Hex | 42 | AB | EF | 48 | 1C | 0 | 6 | CC | 54 | 3C |
| Octal | 102 | 253 | 357 | 110 | 34 | 0 | 6 | 314 | 124 | 74 |
| Binary | 1000010 | 10101011 | 11101111 | 1001000 | 11100 | 0 | 110 | 11001100 | 1010100 | 111100 |
Color Harmonies of #42ABEF
Complementary color
Monochromatic Colors of #42ABEF
Black with #42ABEF
Text Example
Text Example
White with #42ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABEF; }
p { color: rgb(66,171,239); }
H1.HeaderClassName
{
color: #42ABEF;
}
.AnyTagClassName
{
color: #42ABEF;
}
</style>
background-color css
<style>
a { background-color: #42ABEF; }
a { background-color: rgb(66,171,239); }
div.DivClassName
{
background-color: #42ABEF;
}
.BgClassName
{
background-color: #42ABEF;
}
</style>
border-color css
<style>
span { border-color: #42ABEF; }
span { border-color: rgb(66,171,239); }
td.TdClassName
{
border-color: #42ABEF;
}
.TagClassName
{
border-color: #42ABEF;
}
</style>