Shades of Summer Sky #42BBFE
Tints of Summer Sky #42BBFE
RGB
CMYK
RGB Variations
Color information
#42BBFE (or 0x42BBFE) is known color: Summer Sky. HEX triplet: 42, BB and FE. RGB value is (66,187,254). Sum of RGB (Red+Green+Blue) = 66+187+254=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #42BBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBFE is #BD4401. Grayscale: #9E9E9E. Windows color (decimal): -12403714 or 16694082. OLE color: 16694082.
HSL color Cylindrical-coordinate representation of color #42BBFE: hue angle of 201.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BBFE is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 187 | 254 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.00 |
| HSL | 201.38º | 0.99% | 0.63% | - |
| HSV(B) | 201.38º | 0.74% | 1% | - |
| XYZ | 37.91 | 43.85 | 100.23 | - |
| YUV | 158.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 254 | 0.74 | 0.26 | 0 | 0.00 | 201.38 | 0.99 | 0.63 |
| Hex | 42 | BB | FE | 4A | 1A | 0 | 0 | C9 | 63 | 3F |
| Octal | 102 | 273 | 376 | 112 | 32 | 0 | 0 | 311 | 143 | 77 |
| Binary | 1000010 | 10111011 | 11111110 | 1001010 | 11010 | 0 | 0 | 11001001 | 1100011 | 111111 |
Color Harmonies of #42BBFE
Complementary color
Monochromatic Colors of #42BBFE
Black with #42BBFE
Text Example
Text Example
White with #42BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBFE; }
p { color: rgb(66,187,254); }
H1.HeaderClassName
{
color: #42BBFE;
}
.AnyTagClassName
{
color: #42BBFE;
}
</style>
background-color css
<style>
a { background-color: #42BBFE; }
a { background-color: rgb(66,187,254); }
div.DivClassName
{
background-color: #42BBFE;
}
.BgClassName
{
background-color: #42BBFE;
}
</style>
border-color css
<style>
span { border-color: #42BBFE; }
span { border-color: rgb(66,187,254); }
td.TdClassName
{
border-color: #42BBFE;
}
.TagClassName
{
border-color: #42BBFE;
}
</style>