Shades of Baby Blue #42FDFC
Tints of Baby Blue #42FDFC
RGB
CMYK
RGB Variations
Color information
#42FDFC (or 0x42FDFC) is known color: Baby Blue. HEX triplet: 42, FD and FC. RGB value is (66,253,252). Sum of RGB (Red+Green+Blue) = 66+253+252=571 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.56% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FDFC is #BD0203. Grayscale: #C4C4C4. Windows color (decimal): -12386820 or 16579906. OLE color: 16579906.
HSL color Cylindrical-coordinate representation of color #42FDFC: hue angle of 179.68º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDFC is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 252 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.01 |
| HSL | 179.68º | 0.98% | 0.63% | - |
| HSV(B) | 179.68º | 0.74% | 0.99% | - |
| XYZ | 54.94 | 78.44 | 104.34 | - |
| YUV | 196.97 | 159.05 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 252 | 0.74 | 0 | 0.00 | 0.01 | 179.68 | 0.98 | 0.63 |
| Hex | 42 | FD | FC | 4A | 0 | 0 | 1 | B4 | 62 | 3F |
| Octal | 102 | 375 | 374 | 112 | 0 | 0 | 1 | 264 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11111100 | 1001010 | 0 | 0 | 1 | 10110100 | 1100010 | 111111 |
Color Harmonies of #42FDFC
Complementary color
Monochromatic Colors of #42FDFC
Black with #42FDFC
Text Example
Text Example
White with #42FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDFC; }
p { color: rgb(66,253,252); }
H1.HeaderClassName
{
color: #42FDFC;
}
.AnyTagClassName
{
color: #42FDFC;
}
</style>
background-color css
<style>
a { background-color: #42FDFC; }
a { background-color: rgb(66,253,252); }
div.DivClassName
{
background-color: #42FDFC;
}
.BgClassName
{
background-color: #42FDFC;
}
</style>
border-color css
<style>
span { border-color: #42FDFC; }
span { border-color: rgb(66,253,252); }
td.TdClassName
{
border-color: #42FDFC;
}
.TagClassName
{
border-color: #42FDFC;
}
</style>