Shades of Baby Blue #60FDFC
Tints of Baby Blue #60FDFC
RGB
CMYK
RGB Variations
Color information
#60FDFC (or 0x60FDFC) is known color: Baby Blue. HEX triplet: 60, FD and FC. RGB value is (96,253,252). Sum of RGB (Red+Green+Blue) = 96+253+252=601 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.97% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDFC is #9F0203. Grayscale: #CDCDCD. Windows color (decimal): -10420740 or 16579936. OLE color: 16579936.
HSL color Cylindrical-coordinate representation of color #60FDFC: hue angle of 179.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FDFC is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 252 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.01 |
| HSL | 179.62º | 0.98% | 0.68% | - |
| HSV(B) | 179.62º | 0.62% | 0.99% | - |
| XYZ | 57.52 | 79.77 | 104.46 | - |
| YUV | 205.94 | 153.99 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 252 | 0.62 | 0 | 0.00 | 0.01 | 179.62 | 0.98 | 0.68 |
| Hex | 60 | FD | FC | 3E | 0 | 0 | 1 | B4 | 62 | 44 |
| Octal | 140 | 375 | 374 | 76 | 0 | 0 | 1 | 264 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11111100 | 111110 | 0 | 0 | 1 | 10110100 | 1100010 | 1000100 |
Color Harmonies of #60FDFC
Complementary color
Monochromatic Colors of #60FDFC
Black with #60FDFC
Text Example
Text Example
White with #60FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDFC; }
p { color: rgb(96,253,252); }
H1.HeaderClassName
{
color: #60FDFC;
}
.AnyTagClassName
{
color: #60FDFC;
}
</style>
background-color css
<style>
a { background-color: #60FDFC; }
a { background-color: rgb(96,253,252); }
div.DivClassName
{
background-color: #60FDFC;
}
.BgClassName
{
background-color: #60FDFC;
}
</style>
border-color css
<style>
span { border-color: #60FDFC; }
span { border-color: rgb(96,253,252); }
td.TdClassName
{
border-color: #60FDFC;
}
.TagClassName
{
border-color: #60FDFC;
}
</style>