Shades of Summer Sky #42BDFC
Tints of Summer Sky #42BDFC
RGB
CMYK
RGB Variations
Color information
#42BDFC (or 0x42BDFC) is known color: Summer Sky. HEX triplet: 42, BD and FC. RGB value is (66,189,252). Sum of RGB (Red+Green+Blue) = 66+189+252=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #42BDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDFC is #BD4203. Grayscale: #9F9F9F. Windows color (decimal): -12403204 or 16563522. OLE color: 16563522.
HSL color Cylindrical-coordinate representation of color #42BDFC: hue angle of 200.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BDFC is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 189 | 252 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.01 |
| HSL | 200.32º | 0.97% | 0.62% | - |
| HSV(B) | 200.32º | 0.74% | 0.99% | - |
| XYZ | 38.02 | 44.58 | 98.7 | - |
| YUV | 159.41 | 180.25 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 252 | 0.74 | 0.25 | 0 | 0.01 | 200.32 | 0.97 | 0.62 |
| Hex | 42 | BD | FC | 4A | 19 | 0 | 1 | C8 | 61 | 3E |
| Octal | 102 | 275 | 374 | 112 | 31 | 0 | 1 | 310 | 141 | 76 |
| Binary | 1000010 | 10111101 | 11111100 | 1001010 | 11001 | 0 | 1 | 11001000 | 1100001 | 111110 |
Color Harmonies of #42BDFC
Complementary color
Monochromatic Colors of #42BDFC
Black with #42BDFC
Text Example
Text Example
White with #42BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDFC; }
p { color: rgb(66,189,252); }
H1.HeaderClassName
{
color: #42BDFC;
}
.AnyTagClassName
{
color: #42BDFC;
}
</style>
background-color css
<style>
a { background-color: #42BDFC; }
a { background-color: rgb(66,189,252); }
div.DivClassName
{
background-color: #42BDFC;
}
.BgClassName
{
background-color: #42BDFC;
}
</style>
border-color css
<style>
span { border-color: #42BDFC; }
span { border-color: rgb(66,189,252); }
td.TdClassName
{
border-color: #42BDFC;
}
.TagClassName
{
border-color: #42BDFC;
}
</style>