Shades of Baby Blue #60FEE6
Tints of Baby Blue #60FEE6
RGB
CMYK
RGB Variations
Color information
#60FEE6 (or 0x60FEE6) is known color: Baby Blue. HEX triplet: 60, FE and E6. RGB value is (96,254,230). Sum of RGB (Red+Green+Blue) = 96+254+230=580 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.55% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FEE6 is #9F0119. Grayscale: #CBCBCB. Windows color (decimal): -10420506 or 15138400. OLE color: 15138400.
HSL color Cylindrical-coordinate representation of color #60FEE6: hue angle of 170.89º 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 #60FEE6 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 230 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.00 |
| HSL | 170.89º | 0.99% | 0.69% | - |
| HSV(B) | 170.89º | 0.62% | 1% | - |
| XYZ | 54.55 | 79.08 | 87.25 | - |
| YUV | 204.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 230 | 0.62 | 0 | 0.09 | 0.00 | 170.89 | 0.99 | 0.69 |
| Hex | 60 | FE | E6 | 3E | 0 | 9 | 0 | AB | 63 | 45 |
| Octal | 140 | 376 | 346 | 76 | 0 | 11 | 0 | 253 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11100110 | 111110 | 0 | 1001 | 0 | 10101011 | 1100011 | 1000101 |
Color Harmonies of #60FEE6
Complementary color
Monochromatic Colors of #60FEE6
Black with #60FEE6
Text Example
Text Example
White with #60FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEE6; }
p { color: rgb(96,254,230); }
H1.HeaderClassName
{
color: #60FEE6;
}
.AnyTagClassName
{
color: #60FEE6;
}
</style>
background-color css
<style>
a { background-color: #60FEE6; }
a { background-color: rgb(96,254,230); }
div.DivClassName
{
background-color: #60FEE6;
}
.BgClassName
{
background-color: #60FEE6;
}
</style>
border-color css
<style>
span { border-color: #60FEE6; }
span { border-color: rgb(96,254,230); }
td.TdClassName
{
border-color: #60FEE6;
}
.TagClassName
{
border-color: #60FEE6;
}
</style>