Shades of Baby Blue #60EDF9
Tints of Baby Blue #60EDF9
RGB
CMYK
RGB Variations
Color information
#60EDF9 (or 0x60EDF9) is known color: Baby Blue. HEX triplet: 60, ED and F9. RGB value is (96,237,249). Sum of RGB (Red+Green+Blue) = 96+237+249=582 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.49% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #60EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EDF9 is #9F1206. Grayscale: #C4C4C4. Windows color (decimal): -10424839 or 16379232. OLE color: 16379232.
HSL color Cylindrical-coordinate representation of color #60EDF9: hue angle of 184.71º 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 #60EDF9 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 237 | 249 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.02 |
| HSL | 184.71º | 0.93% | 0.68% | - |
| HSV(B) | 184.71º | 0.61% | 0.98% | - |
| XYZ | 52.21 | 69.89 | 100.36 | - |
| YUV | 196.21 | 157.79 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 237 | 249 | 0.61 | 0.05 | 0 | 0.02 | 184.71 | 0.93 | 0.68 |
| Hex | 60 | ED | F9 | 3D | 5 | 0 | 2 | B9 | 5D | 44 |
| Octal | 140 | 355 | 371 | 75 | 5 | 0 | 2 | 271 | 135 | 104 |
| Binary | 1100000 | 11101101 | 11111001 | 111101 | 101 | 0 | 10 | 10111001 | 1011101 | 1000100 |
Color Harmonies of #60EDF9
Complementary color
Monochromatic Colors of #60EDF9
Black with #60EDF9
Text Example
Text Example
White with #60EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EDF9; }
p { color: rgb(96,237,249); }
H1.HeaderClassName
{
color: #60EDF9;
}
.AnyTagClassName
{
color: #60EDF9;
}
</style>
background-color css
<style>
a { background-color: #60EDF9; }
a { background-color: rgb(96,237,249); }
div.DivClassName
{
background-color: #60EDF9;
}
.BgClassName
{
background-color: #60EDF9;
}
</style>
border-color css
<style>
span { border-color: #60EDF9; }
span { border-color: rgb(96,237,249); }
td.TdClassName
{
border-color: #60EDF9;
}
.TagClassName
{
border-color: #60EDF9;
}
</style>