Shades of Baby Blue #60EEFA
Tints of Baby Blue #60EEFA
RGB
CMYK
RGB Variations
Color information
#60EEFA (or 0x60EEFA) is known color: Baby Blue. HEX triplet: 60, EE and FA. RGB value is (96,238,250). Sum of RGB (Red+Green+Blue) = 96+238+250=584 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.44% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #60EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EEFA is #9F1105. Grayscale: #C4C4C4. Windows color (decimal): -10424582 or 16445024. OLE color: 16445024.
HSL color Cylindrical-coordinate representation of color #60EEFA: hue angle of 184.68º degrees, saturation: 0.94, 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 #60EEFA is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 238 | 250 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.02 |
| HSL | 184.68º | 0.94% | 0.68% | - |
| HSV(B) | 184.68º | 0.62% | 0.98% | - |
| XYZ | 52.65 | 70.54 | 101.28 | - |
| YUV | 196.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 250 | 0.62 | 0.05 | 0 | 0.02 | 184.68 | 0.94 | 0.68 |
| Hex | 60 | EE | FA | 3E | 5 | 0 | 2 | B9 | 5E | 44 |
| Octal | 140 | 356 | 372 | 76 | 5 | 0 | 2 | 271 | 136 | 104 |
| Binary | 1100000 | 11101110 | 11111010 | 111110 | 101 | 0 | 10 | 10111001 | 1011110 | 1000100 |
Color Harmonies of #60EEFA
Complementary color
Monochromatic Colors of #60EEFA
Black with #60EEFA
Text Example
Text Example
White with #60EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEFA; }
p { color: rgb(96,238,250); }
H1.HeaderClassName
{
color: #60EEFA;
}
.AnyTagClassName
{
color: #60EEFA;
}
</style>
background-color css
<style>
a { background-color: #60EEFA; }
a { background-color: rgb(96,238,250); }
div.DivClassName
{
background-color: #60EEFA;
}
.BgClassName
{
background-color: #60EEFA;
}
</style>
border-color css
<style>
span { border-color: #60EEFA; }
span { border-color: rgb(96,238,250); }
td.TdClassName
{
border-color: #60EEFA;
}
.TagClassName
{
border-color: #60EEFA;
}
</style>