Shades of Baby Blue #60FBEC
Tints of Baby Blue #60FBEC
RGB
CMYK
RGB Variations
Color information
#60FBEC (or 0x60FBEC) is known color: Baby Blue. HEX triplet: 60, FB and EC. RGB value is (96,251,236). Sum of RGB (Red+Green+Blue) = 96+251+236=583 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.47% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FBEC is #9F0413. Grayscale: #CACACA. Windows color (decimal): -10421268 or 15530848. OLE color: 15530848.
HSL color Cylindrical-coordinate representation of color #60FBEC: hue angle of 174.19º 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 #60FBEC is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 236 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.02 |
| HSL | 174.19º | 0.95% | 0.68% | - |
| HSV(B) | 174.19º | 0.62% | 0.98% | - |
| XYZ | 54.46 | 77.54 | 91.45 | - |
| YUV | 202.95 | 146.65 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 236 | 0.62 | 0 | 0.06 | 0.02 | 174.19 | 0.95 | 0.68 |
| Hex | 60 | FB | EC | 3E | 0 | 6 | 2 | AE | 5F | 44 |
| Octal | 140 | 373 | 354 | 76 | 0 | 6 | 2 | 256 | 137 | 104 |
| Binary | 1100000 | 11111011 | 11101100 | 111110 | 0 | 110 | 10 | 10101110 | 1011111 | 1000100 |
Color Harmonies of #60FBEC
Complementary color
Monochromatic Colors of #60FBEC
Black with #60FBEC
Text Example
Text Example
White with #60FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBEC; }
p { color: rgb(96,251,236); }
H1.HeaderClassName
{
color: #60FBEC;
}
.AnyTagClassName
{
color: #60FBEC;
}
</style>
background-color css
<style>
a { background-color: #60FBEC; }
a { background-color: rgb(96,251,236); }
div.DivClassName
{
background-color: #60FBEC;
}
.BgClassName
{
background-color: #60FBEC;
}
</style>
border-color css
<style>
span { border-color: #60FBEC; }
span { border-color: rgb(96,251,236); }
td.TdClassName
{
border-color: #60FBEC;
}
.TagClassName
{
border-color: #60FBEC;
}
</style>