Shades of Baby Blue #60F9E2
Tints of Baby Blue #60F9E2
RGB
CMYK
RGB Variations
Color information
#60F9E2 (or 0x60F9E2) is known color: Baby Blue. HEX triplet: 60, F9 and E2. RGB value is (96,249,226). Sum of RGB (Red+Green+Blue) = 96+249+226=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F9E2 is #9F061D. Grayscale: #C8C8C8. Windows color (decimal): -10421790 or 14874976. OLE color: 14874976.
HSL color Cylindrical-coordinate representation of color #60F9E2: hue angle of 170.98º 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 #60F9E2 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 249 | 226 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.02 |
| HSL | 170.98º | 0.93% | 0.68% | - |
| HSV(B) | 170.98º | 0.61% | 0.98% | - |
| XYZ | 52.43 | 75.73 | 83.81 | - |
| YUV | 200.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 249 | 226 | 0.61 | 0 | 0.09 | 0.02 | 170.98 | 0.93 | 0.68 |
| Hex | 60 | F9 | E2 | 3D | 0 | 9 | 2 | AB | 5D | 44 |
| Octal | 140 | 371 | 342 | 75 | 0 | 11 | 2 | 253 | 135 | 104 |
| Binary | 1100000 | 11111001 | 11100010 | 111101 | 0 | 1001 | 10 | 10101011 | 1011101 | 1000100 |
Color Harmonies of #60F9E2
Complementary color
Monochromatic Colors of #60F9E2
Black with #60F9E2
Text Example
Text Example
White with #60F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F9E2; }
p { color: rgb(96,249,226); }
H1.HeaderClassName
{
color: #60F9E2;
}
.AnyTagClassName
{
color: #60F9E2;
}
</style>
background-color css
<style>
a { background-color: #60F9E2; }
a { background-color: rgb(96,249,226); }
div.DivClassName
{
background-color: #60F9E2;
}
.BgClassName
{
background-color: #60F9E2;
}
</style>
border-color css
<style>
span { border-color: #60F9E2; }
span { border-color: rgb(96,249,226); }
td.TdClassName
{
border-color: #60F9E2;
}
.TagClassName
{
border-color: #60F9E2;
}
</style>