Shades of Summer Sky #42B9FF
Tints of Summer Sky #42B9FF
RGB
CMYK
RGB Variations
Color information
#42B9FF (or 0x42B9FF) is known color: Summer Sky. HEX triplet: 42, B9 and FF. RGB value is (66,185,255). Sum of RGB (Red+Green+Blue) = 66+185+255=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #42B9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B9FF is #BD4600. Grayscale: #9D9D9D. Windows color (decimal): -12404225 or 16759106. OLE color: 16759106.
HSL color Cylindrical-coordinate representation of color #42B9FF: hue angle of 202.22º 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 #42B9FF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 185 | 255 | - |
| CMYK | 0.74 | 0.27 | 0 | 0 |
| HSL | 202.22º | 1% | 0.63% | - |
| HSV(B) | 202.22º | 0.74% | 1% | - |
| XYZ | 37.65 | 43.08 | 100.94 | - |
| YUV | 157.4 | 183.08 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 255 | 0.74 | 0.27 | 0 | 0 | 202.22 | 1 | 0.63 |
| Hex | 42 | B9 | FF | 4A | 1B | 0 | 0 | CA | 64 | 3F |
| Octal | 102 | 271 | 377 | 112 | 33 | 0 | 0 | 312 | 144 | 77 |
| Binary | 1000010 | 10111001 | 11111111 | 1001010 | 11011 | 0 | 0 | 11001010 | 1100100 | 111111 |
Color Harmonies of #42B9FF
Complementary color
Monochromatic Colors of #42B9FF
Black with #42B9FF
Text Example
Text Example
White with #42B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B9FF; }
p { color: rgb(66,185,255); }
H1.HeaderClassName
{
color: #42B9FF;
}
.AnyTagClassName
{
color: #42B9FF;
}
</style>
background-color css
<style>
a { background-color: #42B9FF; }
a { background-color: rgb(66,185,255); }
div.DivClassName
{
background-color: #42B9FF;
}
.BgClassName
{
background-color: #42B9FF;
}
</style>
border-color css
<style>
span { border-color: #42B9FF; }
span { border-color: rgb(66,185,255); }
td.TdClassName
{
border-color: #42B9FF;
}
.TagClassName
{
border-color: #42B9FF;
}
</style>