Shades of Baby Blue #42F7FE
Tints of Baby Blue #42F7FE
RGB
CMYK
RGB Variations
Color information
#42F7FE (or 0x42F7FE) is known color: Baby Blue. HEX triplet: 42, F7 and FE. RGB value is (66,247,254). Sum of RGB (Red+Green+Blue) = 66+247+254=567 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.64% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #42F7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F7FE is #BD0801. Grayscale: #C1C1C1. Windows color (decimal): -12388354 or 16709442. OLE color: 16709442.
HSL color Cylindrical-coordinate representation of color #42F7FE: hue angle of 182.23º 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 #42F7FE is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 247 | 254 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.00 |
| HSL | 182.23º | 0.99% | 0.63% | - |
| HSV(B) | 182.23º | 0.74% | 1% | - |
| XYZ | 53.4 | 74.84 | 105.4 | - |
| YUV | 193.68 | 162.03 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 254 | 0.74 | 0.03 | 0 | 0.00 | 182.23 | 0.99 | 0.63 |
| Hex | 42 | F7 | FE | 4A | 3 | 0 | 0 | B6 | 63 | 3F |
| Octal | 102 | 367 | 376 | 112 | 3 | 0 | 0 | 266 | 143 | 77 |
| Binary | 1000010 | 11110111 | 11111110 | 1001010 | 11 | 0 | 0 | 10110110 | 1100011 | 111111 |
Color Harmonies of #42F7FE
Complementary color
Monochromatic Colors of #42F7FE
Black with #42F7FE
Text Example
Text Example
White with #42F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7FE; }
p { color: rgb(66,247,254); }
H1.HeaderClassName
{
color: #42F7FE;
}
.AnyTagClassName
{
color: #42F7FE;
}
</style>
background-color css
<style>
a { background-color: #42F7FE; }
a { background-color: rgb(66,247,254); }
div.DivClassName
{
background-color: #42F7FE;
}
.BgClassName
{
background-color: #42F7FE;
}
</style>
border-color css
<style>
span { border-color: #42F7FE; }
span { border-color: rgb(66,247,254); }
td.TdClassName
{
border-color: #42F7FE;
}
.TagClassName
{
border-color: #42F7FE;
}
</style>