Shades of Summer Sky #42CEFF
Tints of Summer Sky #42CEFF
RGB
CMYK
RGB Variations
Color information
#42CEFF (or 0x42CEFF) is known color: Summer Sky. HEX triplet: 42, CE and FF. RGB value is (66,206,255). Sum of RGB (Red+Green+Blue) = 66+206+255=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #42CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CEFF is #BD3100. Grayscale: #A9A9A9. Windows color (decimal): -12398849 or 16764482. OLE color: 16764482.
HSL color Cylindrical-coordinate representation of color #42CEFF: hue angle of 195.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CEFF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 206 | 255 | - |
| CMYK | 0.74 | 0.19 | 0 | 0 |
| HSL | 195.56º | 1% | 0.63% | - |
| HSV(B) | 195.56º | 0.74% | 1% | - |
| XYZ | 42.37 | 52.52 | 102.51 | - |
| YUV | 169.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 255 | 0.74 | 0.19 | 0 | 0 | 195.56 | 1 | 0.63 |
| Hex | 42 | CE | FF | 4A | 13 | 0 | 0 | C4 | 64 | 3F |
| Octal | 102 | 316 | 377 | 112 | 23 | 0 | 0 | 304 | 144 | 77 |
| Binary | 1000010 | 11001110 | 11111111 | 1001010 | 10011 | 0 | 0 | 11000100 | 1100100 | 111111 |
Color Harmonies of #42CEFF
Complementary color
Monochromatic Colors of #42CEFF
Black with #42CEFF
Text Example
Text Example
White with #42CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEFF; }
p { color: rgb(66,206,255); }
H1.HeaderClassName
{
color: #42CEFF;
}
.AnyTagClassName
{
color: #42CEFF;
}
</style>
background-color css
<style>
a { background-color: #42CEFF; }
a { background-color: rgb(66,206,255); }
div.DivClassName
{
background-color: #42CEFF;
}
.BgClassName
{
background-color: #42CEFF;
}
</style>
border-color css
<style>
span { border-color: #42CEFF; }
span { border-color: rgb(66,206,255); }
td.TdClassName
{
border-color: #42CEFF;
}
.TagClassName
{
border-color: #42CEFF;
}
</style>