Shades of Baby Blue #42EBFE
Tints of Baby Blue #42EBFE
RGB
CMYK
RGB Variations
Color information
#42EBFE (or 0x42EBFE) is known color: Baby Blue. HEX triplet: 42, EB and FE. RGB value is (66,235,254). Sum of RGB (Red+Green+Blue) = 66+235+254=555 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.89% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #42EBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EBFE is #BD1401. Grayscale: #BABABA. Windows color (decimal): -12391426 or 16706370. OLE color: 16706370.
HSL color Cylindrical-coordinate representation of color #42EBFE: hue angle of 186.06º 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 #42EBFE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 235 | 254 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.00 |
| HSL | 186.06º | 0.99% | 0.63% | - |
| HSV(B) | 186.06º | 0.74% | 1% | - |
| XYZ | 49.84 | 67.73 | 104.21 | - |
| YUV | 186.64 | 166.01 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 235 | 254 | 0.74 | 0.07 | 0 | 0.00 | 186.06 | 0.99 | 0.63 |
| Hex | 42 | EB | FE | 4A | 7 | 0 | 0 | BA | 63 | 3F |
| Octal | 102 | 353 | 376 | 112 | 7 | 0 | 0 | 272 | 143 | 77 |
| Binary | 1000010 | 11101011 | 11111110 | 1001010 | 111 | 0 | 0 | 10111010 | 1100011 | 111111 |
Color Harmonies of #42EBFE
Complementary color
Monochromatic Colors of #42EBFE
Black with #42EBFE
Text Example
Text Example
White with #42EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBFE; }
p { color: rgb(66,235,254); }
H1.HeaderClassName
{
color: #42EBFE;
}
.AnyTagClassName
{
color: #42EBFE;
}
</style>
background-color css
<style>
a { background-color: #42EBFE; }
a { background-color: rgb(66,235,254); }
div.DivClassName
{
background-color: #42EBFE;
}
.BgClassName
{
background-color: #42EBFE;
}
</style>
border-color css
<style>
span { border-color: #42EBFE; }
span { border-color: rgb(66,235,254); }
td.TdClassName
{
border-color: #42EBFE;
}
.TagClassName
{
border-color: #42EBFE;
}
</style>