Shades of Baby Blue #42FDFF
Tints of Baby Blue #42FDFF
RGB
CMYK
RGB Variations
Color information
#42FDFF (or 0x42FDFF) is known color: Baby Blue. HEX triplet: 42, FD and FF. RGB value is (66,253,255). Sum of RGB (Red+Green+Blue) = 66+253+255=574 (76% of max value = 765). Red value is 66 (26.17% from 255 or 11.50% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #42FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FDFF is #BD0200. Grayscale: #C5C5C5. Windows color (decimal): -12386817 or 16776514. OLE color: 16776514.
HSL color Cylindrical-coordinate representation of color #42FDFF: hue angle of 180.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDFF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 253 | 255 | - |
| CMYK | 0.74 | 0.01 | 0 | 0 |
| HSL | 180.63º | 1% | 0.63% | - |
| HSV(B) | 180.63º | 0.74% | 1% | - |
| XYZ | 55.42 | 78.63 | 106.86 | - |
| YUV | 197.32 | 160.55 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 255 | 0.74 | 0.01 | 0 | 0 | 180.63 | 1 | 0.63 |
| Hex | 42 | FD | FF | 4A | 1 | 0 | 0 | B5 | 64 | 3F |
| Octal | 102 | 375 | 377 | 112 | 1 | 0 | 0 | 265 | 144 | 77 |
| Binary | 1000010 | 11111101 | 11111111 | 1001010 | 1 | 0 | 0 | 10110101 | 1100100 | 111111 |
Color Harmonies of #42FDFF
Complementary color
Monochromatic Colors of #42FDFF
Black with #42FDFF
Text Example
Text Example
White with #42FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDFF; }
p { color: rgb(66,253,255); }
H1.HeaderClassName
{
color: #42FDFF;
}
.AnyTagClassName
{
color: #42FDFF;
}
</style>
background-color css
<style>
a { background-color: #42FDFF; }
a { background-color: rgb(66,253,255); }
div.DivClassName
{
background-color: #42FDFF;
}
.BgClassName
{
background-color: #42FDFF;
}
</style>
border-color css
<style>
span { border-color: #42FDFF; }
span { border-color: rgb(66,253,255); }
td.TdClassName
{
border-color: #42FDFF;
}
.TagClassName
{
border-color: #42FDFF;
}
</style>