Shades of Baby Blue #60F2EE
Tints of Baby Blue #60F2EE
RGB
CMYK
RGB Variations
Color information
#60F2EE (or 0x60F2EE) is known color: Baby Blue. HEX triplet: 60, F2 and EE. RGB value is (96,242,238). Sum of RGB (Red+Green+Blue) = 96+242+238=576 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.67% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #60F2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F2EE is #9F0D11. Grayscale: #C5C5C5. Windows color (decimal): -10423570 or 15659616. OLE color: 15659616.
HSL color Cylindrical-coordinate representation of color #60F2EE: hue angle of 178.36º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F2EE is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 238 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.05 |
| HSL | 178.36º | 0.85% | 0.66% | - |
| HSV(B) | 178.36º | 0.6% | 0.95% | - |
| XYZ | 52.01 | 72.16 | 92.08 | - |
| YUV | 197.89 | 150.63 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 238 | 0.60 | 0 | 0.02 | 0.05 | 178.36 | 0.85 | 0.66 |
| Hex | 60 | F2 | EE | 3C | 0 | 2 | 5 | B2 | 55 | 42 |
| Octal | 140 | 362 | 356 | 74 | 0 | 2 | 5 | 262 | 125 | 102 |
| Binary | 1100000 | 11110010 | 11101110 | 111100 | 0 | 10 | 101 | 10110010 | 1010101 | 1000010 |
Color Harmonies of #60F2EE
Complementary color
Monochromatic Colors of #60F2EE
Black with #60F2EE
Text Example
Text Example
White with #60F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F2EE; }
p { color: rgb(96,242,238); }
H1.HeaderClassName
{
color: #60F2EE;
}
.AnyTagClassName
{
color: #60F2EE;
}
</style>
background-color css
<style>
a { background-color: #60F2EE; }
a { background-color: rgb(96,242,238); }
div.DivClassName
{
background-color: #60F2EE;
}
.BgClassName
{
background-color: #60F2EE;
}
</style>
border-color css
<style>
span { border-color: #60F2EE; }
span { border-color: rgb(96,242,238); }
td.TdClassName
{
border-color: #60F2EE;
}
.TagClassName
{
border-color: #60F2EE;
}
</style>