Shades of Summer Sky #42B8FF
Tints of Summer Sky #42B8FF
RGB
CMYK
RGB Variations
Color information
#42B8FF (or 0x42B8FF) is known color: Summer Sky. HEX triplet: 42, B8 and FF. RGB value is (66,184,255). Sum of RGB (Red+Green+Blue) = 66+184+255=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #42B8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B8FF is #BD4700. Grayscale: #9C9C9C. Windows color (decimal): -12404481 or 16758850. OLE color: 16758850.
HSL color Cylindrical-coordinate representation of color #42B8FF: hue angle of 202.54º 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 #42B8FF is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 184 | 255 | - |
| CMYK | 0.74 | 0.28 | 0 | 0 |
| HSL | 202.54º | 1% | 0.63% | - |
| HSV(B) | 202.54º | 0.74% | 1% | - |
| XYZ | 37.44 | 42.66 | 100.87 | - |
| YUV | 156.81 | 183.41 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 255 | 0.74 | 0.28 | 0 | 0 | 202.54 | 1 | 0.63 |
| Hex | 42 | B8 | FF | 4A | 1C | 0 | 0 | CB | 64 | 3F |
| Octal | 102 | 270 | 377 | 112 | 34 | 0 | 0 | 313 | 144 | 77 |
| Binary | 1000010 | 10111000 | 11111111 | 1001010 | 11100 | 0 | 0 | 11001011 | 1100100 | 111111 |
Color Harmonies of #42B8FF
Complementary color
Monochromatic Colors of #42B8FF
Black with #42B8FF
Text Example
Text Example
White with #42B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8FF; }
p { color: rgb(66,184,255); }
H1.HeaderClassName
{
color: #42B8FF;
}
.AnyTagClassName
{
color: #42B8FF;
}
</style>
background-color css
<style>
a { background-color: #42B8FF; }
a { background-color: rgb(66,184,255); }
div.DivClassName
{
background-color: #42B8FF;
}
.BgClassName
{
background-color: #42B8FF;
}
</style>
border-color css
<style>
span { border-color: #42B8FF; }
span { border-color: rgb(66,184,255); }
td.TdClassName
{
border-color: #42B8FF;
}
.TagClassName
{
border-color: #42B8FF;
}
</style>