Shades of Baby Blue #42EEFF
Tints of Baby Blue #42EEFF
RGB
CMYK
RGB Variations
Color information
#42EEFF (or 0x42EEFF) is known color: Baby Blue. HEX triplet: 42, EE and FF. RGB value is (66,238,255). Sum of RGB (Red+Green+Blue) = 66+238+255=559 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.81% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #42EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEFF is #BD1100. Grayscale: #BCBCBC. Windows color (decimal): -12390657 or 16772674. OLE color: 16772674.
HSL color Cylindrical-coordinate representation of color #42EEFF: hue angle of 185.4º 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 #42EEFF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 238 | 255 | - |
| CMYK | 0.74 | 0.07 | 0 | 0 |
| HSL | 185.4º | 1% | 0.63% | - |
| HSV(B) | 185.4º | 0.74% | 1% | - |
| XYZ | 50.87 | 69.53 | 105.35 | - |
| YUV | 188.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 255 | 0.74 | 0.07 | 0 | 0 | 185.4 | 1 | 0.63 |
| Hex | 42 | EE | FF | 4A | 7 | 0 | 0 | B9 | 64 | 3F |
| Octal | 102 | 356 | 377 | 112 | 7 | 0 | 0 | 271 | 144 | 77 |
| Binary | 1000010 | 11101110 | 11111111 | 1001010 | 111 | 0 | 0 | 10111001 | 1100100 | 111111 |
Color Harmonies of #42EEFF
Complementary color
Monochromatic Colors of #42EEFF
Black with #42EEFF
Text Example
Text Example
White with #42EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EEFF; }
p { color: rgb(66,238,255); }
H1.HeaderClassName
{
color: #42EEFF;
}
.AnyTagClassName
{
color: #42EEFF;
}
</style>
background-color css
<style>
a { background-color: #42EEFF; }
a { background-color: rgb(66,238,255); }
div.DivClassName
{
background-color: #42EEFF;
}
.BgClassName
{
background-color: #42EEFF;
}
</style>
border-color css
<style>
span { border-color: #42EEFF; }
span { border-color: rgb(66,238,255); }
td.TdClassName
{
border-color: #42EEFF;
}
.TagClassName
{
border-color: #42EEFF;
}
</style>