Shades of Baby Blue #60ECF9
Tints of Baby Blue #60ECF9
RGB
CMYK
RGB Variations
Color information
#60ECF9 (or 0x60ECF9) is known color: Baby Blue. HEX triplet: 60, EC and F9. RGB value is (96,236,249). Sum of RGB (Red+Green+Blue) = 96+236+249=581 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.52% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #60ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECF9 is #9F1306. Grayscale: #C3C3C3. Windows color (decimal): -10425095 or 16378976. OLE color: 16378976.
HSL color Cylindrical-coordinate representation of color #60ECF9: hue angle of 185.1º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60ECF9 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 236 | 249 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.02 |
| HSL | 185.1º | 0.93% | 0.68% | - |
| HSV(B) | 185.1º | 0.61% | 0.98% | - |
| XYZ | 51.92 | 69.32 | 100.27 | - |
| YUV | 195.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 249 | 0.61 | 0.05 | 0 | 0.02 | 185.1 | 0.93 | 0.68 |
| Hex | 60 | EC | F9 | 3D | 5 | 0 | 2 | B9 | 5D | 44 |
| Octal | 140 | 354 | 371 | 75 | 5 | 0 | 2 | 271 | 135 | 104 |
| Binary | 1100000 | 11101100 | 11111001 | 111101 | 101 | 0 | 10 | 10111001 | 1011101 | 1000100 |
Color Harmonies of #60ECF9
Complementary color
Monochromatic Colors of #60ECF9
Black with #60ECF9
Text Example
Text Example
White with #60ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECF9; }
p { color: rgb(96,236,249); }
H1.HeaderClassName
{
color: #60ECF9;
}
.AnyTagClassName
{
color: #60ECF9;
}
</style>
background-color css
<style>
a { background-color: #60ECF9; }
a { background-color: rgb(96,236,249); }
div.DivClassName
{
background-color: #60ECF9;
}
.BgClassName
{
background-color: #60ECF9;
}
</style>
border-color css
<style>
span { border-color: #60ECF9; }
span { border-color: rgb(96,236,249); }
td.TdClassName
{
border-color: #60ECF9;
}
.TagClassName
{
border-color: #60ECF9;
}
</style>