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