Shades of Summer Sky #42C0FF
Tints of Summer Sky #42C0FF
RGB
CMYK
RGB Variations
Color information
#42C0FF (or 0x42C0FF) is known color: Summer Sky. HEX triplet: 42, C0 and FF. RGB value is (66,192,255). Sum of RGB (Red+Green+Blue) = 66+192+255=513 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.87% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #42C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C0FF is #BD3F00. Grayscale: #A1A1A1. Windows color (decimal): -12402433 or 16760898. OLE color: 16760898.
HSL color Cylindrical-coordinate representation of color #42C0FF: hue angle of 200º 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 #42C0FF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 192 | 255 | - |
| CMYK | 0.74 | 0.25 | 0 | 0 |
| HSL | 200º | 1% | 0.63% | - |
| HSV(B) | 200º | 0.74% | 1% | - |
| XYZ | 39.15 | 46.08 | 101.44 | - |
| YUV | 161.51 | 180.76 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 255 | 0.74 | 0.25 | 0 | 0 | 200 | 1 | 0.63 |
| Hex | 42 | C0 | FF | 4A | 19 | 0 | 0 | C8 | 64 | 3F |
| Octal | 102 | 300 | 377 | 112 | 31 | 0 | 0 | 310 | 144 | 77 |
| Binary | 1000010 | 11000000 | 11111111 | 1001010 | 11001 | 0 | 0 | 11001000 | 1100100 | 111111 |
Color Harmonies of #42C0FF
Complementary color
Monochromatic Colors of #42C0FF
Black with #42C0FF
Text Example
Text Example
White with #42C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C0FF; }
p { color: rgb(66,192,255); }
H1.HeaderClassName
{
color: #42C0FF;
}
.AnyTagClassName
{
color: #42C0FF;
}
</style>
background-color css
<style>
a { background-color: #42C0FF; }
a { background-color: rgb(66,192,255); }
div.DivClassName
{
background-color: #42C0FF;
}
.BgClassName
{
background-color: #42C0FF;
}
</style>
border-color css
<style>
span { border-color: #42C0FF; }
span { border-color: rgb(66,192,255); }
td.TdClassName
{
border-color: #42C0FF;
}
.TagClassName
{
border-color: #42C0FF;
}
</style>