Shades of Baby Blue #60FDFB
Tints of Baby Blue #60FDFB
RGB
CMYK
RGB Variations
Color information
#60FDFB (or 0x60FDFB) is known color: Baby Blue. HEX triplet: 60, FD and FB. RGB value is (96,253,251). Sum of RGB (Red+Green+Blue) = 96+253+251=600 (79% of max value = 765). Red value is 96 (37.89% from 255 or 16% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDFB is #9F0204. Grayscale: #CDCDCD. Windows color (decimal): -10420741 or 16514400. OLE color: 16514400.
HSL color Cylindrical-coordinate representation of color #60FDFB: hue angle of 179.24º 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 #60FDFB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 251 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.01 |
| HSL | 179.24º | 0.98% | 0.68% | - |
| HSV(B) | 179.24º | 0.62% | 0.99% | - |
| XYZ | 57.36 | 79.7 | 103.63 | - |
| YUV | 205.83 | 153.49 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 251 | 0.62 | 0 | 0.01 | 0.01 | 179.24 | 0.98 | 0.68 |
| Hex | 60 | FD | FB | 3E | 0 | 1 | 1 | B3 | 62 | 44 |
| Octal | 140 | 375 | 373 | 76 | 0 | 1 | 1 | 263 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11111011 | 111110 | 0 | 1 | 1 | 10110011 | 1100010 | 1000100 |
Color Harmonies of #60FDFB
Complementary color
Monochromatic Colors of #60FDFB
Black with #60FDFB
Text Example
Text Example
White with #60FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDFB; }
p { color: rgb(96,253,251); }
H1.HeaderClassName
{
color: #60FDFB;
}
.AnyTagClassName
{
color: #60FDFB;
}
</style>
background-color css
<style>
a { background-color: #60FDFB; }
a { background-color: rgb(96,253,251); }
div.DivClassName
{
background-color: #60FDFB;
}
.BgClassName
{
background-color: #60FDFB;
}
</style>
border-color css
<style>
span { border-color: #60FDFB; }
span { border-color: rgb(96,253,251); }
td.TdClassName
{
border-color: #60FDFB;
}
.TagClassName
{
border-color: #60FDFB;
}
</style>