Shades of Baby Blue #60FBF7
Tints of Baby Blue #60FBF7
RGB
CMYK
RGB Variations
Color information
#60FBF7 (or 0x60FBF7) is known color: Baby Blue. HEX triplet: 60, FB and F7. RGB value is (96,251,247). Sum of RGB (Red+Green+Blue) = 96+251+247=594 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.16% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FBF7 is #9F0408. Grayscale: #CCCCCC. Windows color (decimal): -10421257 or 16251744. OLE color: 16251744.
HSL color Cylindrical-coordinate representation of color #60FBF7: hue angle of 178.45º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FBF7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 247 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.02 |
| HSL | 178.45º | 0.95% | 0.68% | - |
| HSV(B) | 178.45º | 0.62% | 0.98% | - |
| XYZ | 56.11 | 78.2 | 100.13 | - |
| YUV | 204.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 247 | 0.62 | 0 | 0.02 | 0.02 | 178.45 | 0.95 | 0.68 |
| Hex | 60 | FB | F7 | 3E | 0 | 2 | 2 | B2 | 5F | 44 |
| Octal | 140 | 373 | 367 | 76 | 0 | 2 | 2 | 262 | 137 | 104 |
| Binary | 1100000 | 11111011 | 11110111 | 111110 | 0 | 10 | 10 | 10110010 | 1011111 | 1000100 |
Color Harmonies of #60FBF7
Complementary color
Monochromatic Colors of #60FBF7
Black with #60FBF7
Text Example
Text Example
White with #60FBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBF7; }
p { color: rgb(96,251,247); }
H1.HeaderClassName
{
color: #60FBF7;
}
.AnyTagClassName
{
color: #60FBF7;
}
</style>
background-color css
<style>
a { background-color: #60FBF7; }
a { background-color: rgb(96,251,247); }
div.DivClassName
{
background-color: #60FBF7;
}
.BgClassName
{
background-color: #60FBF7;
}
</style>
border-color css
<style>
span { border-color: #60FBF7; }
span { border-color: rgb(96,251,247); }
td.TdClassName
{
border-color: #60FBF7;
}
.TagClassName
{
border-color: #60FBF7;
}
</style>