Shades of Baby Blue #42ECFF
Tints of Baby Blue #42ECFF
RGB
CMYK
RGB Variations
Color information
#42ECFF (or 0x42ECFF) is known color: Baby Blue. HEX triplet: 42, EC and FF. RGB value is (66,236,255). Sum of RGB (Red+Green+Blue) = 66+236+255=557 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.85% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #42ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECFF is #BD1300. Grayscale: #BBBBBB. Windows color (decimal): -12391169 or 16772162. OLE color: 16772162.
HSL color Cylindrical-coordinate representation of color #42ECFF: hue angle of 186.03º 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 #42ECFF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 236 | 255 | - |
| CMYK | 0.74 | 0.07 | 0 | 0 |
| HSL | 186.03º | 1% | 0.63% | - |
| HSV(B) | 186.03º | 0.74% | 1% | - |
| XYZ | 50.29 | 68.37 | 105.15 | - |
| YUV | 187.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 255 | 0.74 | 0.07 | 0 | 0 | 186.03 | 1 | 0.63 |
| Hex | 42 | EC | FF | 4A | 7 | 0 | 0 | BA | 64 | 3F |
| Octal | 102 | 354 | 377 | 112 | 7 | 0 | 0 | 272 | 144 | 77 |
| Binary | 1000010 | 11101100 | 11111111 | 1001010 | 111 | 0 | 0 | 10111010 | 1100100 | 111111 |
Color Harmonies of #42ECFF
Complementary color
Monochromatic Colors of #42ECFF
Black with #42ECFF
Text Example
Text Example
White with #42ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECFF; }
p { color: rgb(66,236,255); }
H1.HeaderClassName
{
color: #42ECFF;
}
.AnyTagClassName
{
color: #42ECFF;
}
</style>
background-color css
<style>
a { background-color: #42ECFF; }
a { background-color: rgb(66,236,255); }
div.DivClassName
{
background-color: #42ECFF;
}
.BgClassName
{
background-color: #42ECFF;
}
</style>
border-color css
<style>
span { border-color: #42ECFF; }
span { border-color: rgb(66,236,255); }
td.TdClassName
{
border-color: #42ECFF;
}
.TagClassName
{
border-color: #42ECFF;
}
</style>