Shades of Baby Blue #60EFFE
Tints of Baby Blue #60EFFE
RGB
CMYK
RGB Variations
Color information
#60EFFE (or 0x60EFFE) is known color: Baby Blue. HEX triplet: 60, EF and FE. RGB value is (96,239,254). Sum of RGB (Red+Green+Blue) = 96+239+254=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #60EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EFFE is #9F1001. Grayscale: #C5C5C5. Windows color (decimal): -10424322 or 16707424. OLE color: 16707424.
HSL color Cylindrical-coordinate representation of color #60EFFE: hue angle of 185.7º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60EFFE is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 239 | 254 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.00 |
| HSL | 185.7º | 0.99% | 0.69% | - |
| HSV(B) | 185.7º | 0.62% | 1% | - |
| XYZ | 53.58 | 71.38 | 104.72 | - |
| YUV | 197.95 | 159.62 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 254 | 0.62 | 0.06 | 0 | 0.00 | 185.7 | 0.99 | 0.69 |
| Hex | 60 | EF | FE | 3E | 6 | 0 | 0 | BA | 63 | 45 |
| Octal | 140 | 357 | 376 | 76 | 6 | 0 | 0 | 272 | 143 | 105 |
| Binary | 1100000 | 11101111 | 11111110 | 111110 | 110 | 0 | 0 | 10111010 | 1100011 | 1000101 |
Color Harmonies of #60EFFE
Complementary color
Monochromatic Colors of #60EFFE
Black with #60EFFE
Text Example
Text Example
White with #60EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFFE; }
p { color: rgb(96,239,254); }
H1.HeaderClassName
{
color: #60EFFE;
}
.AnyTagClassName
{
color: #60EFFE;
}
</style>
background-color css
<style>
a { background-color: #60EFFE; }
a { background-color: rgb(96,239,254); }
div.DivClassName
{
background-color: #60EFFE;
}
.BgClassName
{
background-color: #60EFFE;
}
</style>
border-color css
<style>
span { border-color: #60EFFE; }
span { border-color: rgb(96,239,254); }
td.TdClassName
{
border-color: #60EFFE;
}
.TagClassName
{
border-color: #60EFFE;
}
</style>