Shades of Baby Blue #60FEEF
Tints of Baby Blue #60FEEF
RGB
CMYK
RGB Variations
Color information
#60FEEF (or 0x60FEEF) is known color: Baby Blue. HEX triplet: 60, FE and EF. RGB value is (96,254,239). Sum of RGB (Red+Green+Blue) = 96+254+239=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FEEF is #9F0110. Grayscale: #CCCCCC. Windows color (decimal): -10420497 or 15728224. OLE color: 15728224.
HSL color Cylindrical-coordinate representation of color #60FEEF: hue angle of 174.3º 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 #60FEEF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 239 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.00 |
| HSL | 174.3º | 0.99% | 0.69% | - |
| HSV(B) | 174.3º | 0.62% | 1% | - |
| XYZ | 55.85 | 79.6 | 94.08 | - |
| YUV | 205.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 239 | 0.62 | 0 | 0.06 | 0.00 | 174.3 | 0.99 | 0.69 |
| Hex | 60 | FE | EF | 3E | 0 | 6 | 0 | AE | 63 | 45 |
| Octal | 140 | 376 | 357 | 76 | 0 | 6 | 0 | 256 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11101111 | 111110 | 0 | 110 | 0 | 10101110 | 1100011 | 1000101 |
Color Harmonies of #60FEEF
Complementary color
Monochromatic Colors of #60FEEF
Black with #60FEEF
Text Example
Text Example
White with #60FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEEF; }
p { color: rgb(96,254,239); }
H1.HeaderClassName
{
color: #60FEEF;
}
.AnyTagClassName
{
color: #60FEEF;
}
</style>
background-color css
<style>
a { background-color: #60FEEF; }
a { background-color: rgb(96,254,239); }
div.DivClassName
{
background-color: #60FEEF;
}
.BgClassName
{
background-color: #60FEEF;
}
</style>
border-color css
<style>
span { border-color: #60FEEF; }
span { border-color: rgb(96,254,239); }
td.TdClassName
{
border-color: #60FEEF;
}
.TagClassName
{
border-color: #60FEEF;
}
</style>