Shades of Baby Blue #42F4FE
Tints of Baby Blue #42F4FE
RGB
CMYK
RGB Variations
Color information
#42F4FE (or 0x42F4FE) is known color: Baby Blue. HEX triplet: 42, F4 and FE. RGB value is (66,244,254). Sum of RGB (Red+Green+Blue) = 66+244+254=564 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.70% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #42F4FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F4FE is #BD0B01. Grayscale: #BFBFBF. Windows color (decimal): -12389122 or 16708674. OLE color: 16708674.
HSL color Cylindrical-coordinate representation of color #42F4FE: hue angle of 183.19º 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 #42F4FE is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 244 | 254 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.00 |
| HSL | 183.19º | 0.99% | 0.63% | - |
| HSV(B) | 183.19º | 0.74% | 1% | - |
| XYZ | 52.49 | 73.02 | 105.09 | - |
| YUV | 191.92 | 163.03 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 254 | 0.74 | 0.04 | 0 | 0.00 | 183.19 | 0.99 | 0.63 |
| Hex | 42 | F4 | FE | 4A | 4 | 0 | 0 | B7 | 63 | 3F |
| Octal | 102 | 364 | 376 | 112 | 4 | 0 | 0 | 267 | 143 | 77 |
| Binary | 1000010 | 11110100 | 11111110 | 1001010 | 100 | 0 | 0 | 10110111 | 1100011 | 111111 |
Color Harmonies of #42F4FE
Complementary color
Monochromatic Colors of #42F4FE
Black with #42F4FE
Text Example
Text Example
White with #42F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F4FE; }
p { color: rgb(66,244,254); }
H1.HeaderClassName
{
color: #42F4FE;
}
.AnyTagClassName
{
color: #42F4FE;
}
</style>
background-color css
<style>
a { background-color: #42F4FE; }
a { background-color: rgb(66,244,254); }
div.DivClassName
{
background-color: #42F4FE;
}
.BgClassName
{
background-color: #42F4FE;
}
</style>
border-color css
<style>
span { border-color: #42F4FE; }
span { border-color: rgb(66,244,254); }
td.TdClassName
{
border-color: #42F4FE;
}
.TagClassName
{
border-color: #42F4FE;
}
</style>