Shades of Summer Sky #42CCFF
Tints of Summer Sky #42CCFF
RGB
CMYK
RGB Variations
Color information
#42CCFF (or 0x42CCFF) is known color: Summer Sky. HEX triplet: 42, CC and FF. RGB value is (66,204,255). Sum of RGB (Red+Green+Blue) = 66+204+255=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #42CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CCFF is #BD3300. Grayscale: #A8A8A8. Windows color (decimal): -12399361 or 16763970. OLE color: 16763970.
HSL color Cylindrical-coordinate representation of color #42CCFF: hue angle of 196.19º 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 #42CCFF is Cyan = 0.74, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 204 | 255 | - |
| CMYK | 0.74 | 0.2 | 0 | 0 |
| HSL | 196.19º | 1% | 0.63% | - |
| HSV(B) | 196.19º | 0.74% | 1% | - |
| XYZ | 41.89 | 51.56 | 102.35 | - |
| YUV | 168.55 | 176.78 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 255 | 0.74 | 0.2 | 0 | 0 | 196.19 | 1 | 0.63 |
| Hex | 42 | CC | FF | 4A | 14 | 0 | 0 | C4 | 64 | 3F |
| Octal | 102 | 314 | 377 | 112 | 24 | 0 | 0 | 304 | 144 | 77 |
| Binary | 1000010 | 11001100 | 11111111 | 1001010 | 10100 | 0 | 0 | 11000100 | 1100100 | 111111 |
Color Harmonies of #42CCFF
Complementary color
Monochromatic Colors of #42CCFF
Black with #42CCFF
Text Example
Text Example
White with #42CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCFF; }
p { color: rgb(66,204,255); }
H1.HeaderClassName
{
color: #42CCFF;
}
.AnyTagClassName
{
color: #42CCFF;
}
</style>
background-color css
<style>
a { background-color: #42CCFF; }
a { background-color: rgb(66,204,255); }
div.DivClassName
{
background-color: #42CCFF;
}
.BgClassName
{
background-color: #42CCFF;
}
</style>
border-color css
<style>
span { border-color: #42CCFF; }
span { border-color: rgb(66,204,255); }
td.TdClassName
{
border-color: #42CCFF;
}
.TagClassName
{
border-color: #42CCFF;
}
</style>