Shades of Summer Sky #42BBFD
Tints of Summer Sky #42BBFD
RGB
CMYK
RGB Variations
Color information
#42BBFD (or 0x42BBFD) is known color: Summer Sky. HEX triplet: 42, BB and FD. RGB value is (66,187,253). Sum of RGB (Red+Green+Blue) = 66+187+253=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #42BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBFD is #BD4402. Grayscale: #9D9D9D. Windows color (decimal): -12403715 or 16628546. OLE color: 16628546.
HSL color Cylindrical-coordinate representation of color #42BBFD: hue angle of 201.18º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BBFD is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 187 | 253 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.01 |
| HSL | 201.18º | 0.98% | 0.63% | - |
| HSV(B) | 201.18º | 0.74% | 0.99% | - |
| XYZ | 37.75 | 43.79 | 99.39 | - |
| YUV | 158.35 | 181.41 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 253 | 0.74 | 0.26 | 0 | 0.01 | 201.18 | 0.98 | 0.63 |
| Hex | 42 | BB | FD | 4A | 1A | 0 | 1 | C9 | 62 | 3F |
| Octal | 102 | 273 | 375 | 112 | 32 | 0 | 1 | 311 | 142 | 77 |
| Binary | 1000010 | 10111011 | 11111101 | 1001010 | 11010 | 0 | 1 | 11001001 | 1100010 | 111111 |
Color Harmonies of #42BBFD
Complementary color
Monochromatic Colors of #42BBFD
Black with #42BBFD
Text Example
Text Example
White with #42BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBFD; }
p { color: rgb(66,187,253); }
H1.HeaderClassName
{
color: #42BBFD;
}
.AnyTagClassName
{
color: #42BBFD;
}
</style>
background-color css
<style>
a { background-color: #42BBFD; }
a { background-color: rgb(66,187,253); }
div.DivClassName
{
background-color: #42BBFD;
}
.BgClassName
{
background-color: #42BBFD;
}
</style>
border-color css
<style>
span { border-color: #42BBFD; }
span { border-color: rgb(66,187,253); }
td.TdClassName
{
border-color: #42BBFD;
}
.TagClassName
{
border-color: #42BBFD;
}
</style>