Shades of Summer Sky #42BBFF
Tints of Summer Sky #42BBFF
RGB
CMYK
RGB Variations
Color information
#42BBFF (or 0x42BBFF) is known color: Summer Sky. HEX triplet: 42, BB and FF. RGB value is (66,187,255). Sum of RGB (Red+Green+Blue) = 66+187+255=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBFF is #BD4400. Grayscale: #9E9E9E. Windows color (decimal): -12403713 or 16759618. OLE color: 16759618.
HSL color Cylindrical-coordinate representation of color #42BBFF: hue angle of 201.59º 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 #42BBFF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 187 | 255 | - |
| CMYK | 0.74 | 0.27 | 0 | 0 |
| HSL | 201.59º | 1% | 0.63% | - |
| HSV(B) | 201.59º | 0.74% | 1% | - |
| XYZ | 38.07 | 43.92 | 101.08 | - |
| YUV | 158.57 | 182.41 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 255 | 0.74 | 0.27 | 0 | 0 | 201.59 | 1 | 0.63 |
| Hex | 42 | BB | FF | 4A | 1B | 0 | 0 | CA | 64 | 3F |
| Octal | 102 | 273 | 377 | 112 | 33 | 0 | 0 | 312 | 144 | 77 |
| Binary | 1000010 | 10111011 | 11111111 | 1001010 | 11011 | 0 | 0 | 11001010 | 1100100 | 111111 |
Color Harmonies of #42BBFF
Complementary color
Monochromatic Colors of #42BBFF
Black with #42BBFF
Text Example
Text Example
White with #42BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBFF; }
p { color: rgb(66,187,255); }
H1.HeaderClassName
{
color: #42BBFF;
}
.AnyTagClassName
{
color: #42BBFF;
}
</style>
background-color css
<style>
a { background-color: #42BBFF; }
a { background-color: rgb(66,187,255); }
div.DivClassName
{
background-color: #42BBFF;
}
.BgClassName
{
background-color: #42BBFF;
}
</style>
border-color css
<style>
span { border-color: #42BBFF; }
span { border-color: rgb(66,187,255); }
td.TdClassName
{
border-color: #42BBFF;
}
.TagClassName
{
border-color: #42BBFF;
}
</style>