Shades of Baby Blue #60FFEE
Tints of Baby Blue #60FFEE
RGB
CMYK
RGB Variations
Color information
#60FFEE (or 0x60FFEE) is known color: Baby Blue. HEX triplet: 60, FF and EE. RGB value is (96,255,238). Sum of RGB (Red+Green+Blue) = 96+255+238=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFEE is #9F0011. Grayscale: #CDCDCD. Windows color (decimal): -10420242 or 15662944. OLE color: 15662944.
HSL color Cylindrical-coordinate representation of color #60FFEE: hue angle of 173.58º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFEE is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 238 | - |
| CMYK | 0.62 | 0 | 0.07 | 0 |
| HSL | 173.58º | 1% | 0.69% | - |
| HSV(B) | 173.58º | 0.62% | 1% | - |
| XYZ | 56.02 | 80.18 | 93.41 | - |
| YUV | 205.52 | 146.32 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 238 | 0.62 | 0 | 0.07 | 0 | 173.58 | 1 | 0.69 |
| Hex | 60 | FF | EE | 3E | 0 | 7 | 0 | AE | 64 | 45 |
| Octal | 140 | 377 | 356 | 76 | 0 | 7 | 0 | 256 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11101110 | 111110 | 0 | 111 | 0 | 10101110 | 1100100 | 1000101 |
Color Harmonies of #60FFEE
Complementary color
Monochromatic Colors of #60FFEE
Black with #60FFEE
Text Example
Text Example
White with #60FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFEE; }
p { color: rgb(96,255,238); }
H1.HeaderClassName
{
color: #60FFEE;
}
.AnyTagClassName
{
color: #60FFEE;
}
</style>
background-color css
<style>
a { background-color: #60FFEE; }
a { background-color: rgb(96,255,238); }
div.DivClassName
{
background-color: #60FFEE;
}
.BgClassName
{
background-color: #60FFEE;
}
</style>
border-color css
<style>
span { border-color: #60FFEE; }
span { border-color: rgb(96,255,238); }
td.TdClassName
{
border-color: #60FFEE;
}
.TagClassName
{
border-color: #60FFEE;
}
</style>