Shades of Baby Blue #60FEE4
Tints of Baby Blue #60FEE4
RGB
CMYK
RGB Variations
Color information
#60FEE4 (or 0x60FEE4) is known color: Baby Blue. HEX triplet: 60, FE and E4. RGB value is (96,254,228). Sum of RGB (Red+Green+Blue) = 96+254+228=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FEE4 is #9F011B. Grayscale: #CBCBCB. Windows color (decimal): -10420508 or 15007328. OLE color: 15007328.
HSL color Cylindrical-coordinate representation of color #60FEE4: hue angle of 170.13º 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 #60FEE4 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 228 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.00 |
| HSL | 170.13º | 0.99% | 0.69% | - |
| HSV(B) | 170.13º | 0.62% | 1% | - |
| XYZ | 54.27 | 78.97 | 85.78 | - |
| YUV | 203.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 228 | 0.62 | 0 | 0.10 | 0.00 | 170.13 | 0.99 | 0.69 |
| Hex | 60 | FE | E4 | 3E | 0 | A | 0 | AA | 63 | 45 |
| Octal | 140 | 376 | 344 | 76 | 0 | 12 | 0 | 252 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11100100 | 111110 | 0 | 1010 | 0 | 10101010 | 1100011 | 1000101 |
Color Harmonies of #60FEE4
Complementary color
Monochromatic Colors of #60FEE4
Black with #60FEE4
Text Example
Text Example
White with #60FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEE4; }
p { color: rgb(96,254,228); }
H1.HeaderClassName
{
color: #60FEE4;
}
.AnyTagClassName
{
color: #60FEE4;
}
</style>
background-color css
<style>
a { background-color: #60FEE4; }
a { background-color: rgb(96,254,228); }
div.DivClassName
{
background-color: #60FEE4;
}
.BgClassName
{
background-color: #60FEE4;
}
</style>
border-color css
<style>
span { border-color: #60FEE4; }
span { border-color: rgb(96,254,228); }
td.TdClassName
{
border-color: #60FEE4;
}
.TagClassName
{
border-color: #60FEE4;
}
</style>