Shades of Baby Blue #60FFE2
Tints of Baby Blue #60FFE2
RGB
CMYK
RGB Variations
Color information
#60FFE2 (or 0x60FFE2) is known color: Baby Blue. HEX triplet: 60, FF and E2. RGB value is (96,255,226). Sum of RGB (Red+Green+Blue) = 96+255+226=577 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.64% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFE2 is #9F001D. Grayscale: #CCCCCC. Windows color (decimal): -10420254 or 14876512. OLE color: 14876512.
HSL color Cylindrical-coordinate representation of color #60FFE2: hue angle of 169.06º 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 #60FFE2 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 226 | - |
| CMYK | 0.62 | 0 | 0.11 | 0 |
| HSL | 169.06º | 1% | 0.69% | - |
| HSV(B) | 169.06º | 0.62% | 1% | - |
| XYZ | 54.31 | 79.5 | 84.43 | - |
| YUV | 204.15 | 140.32 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 226 | 0.62 | 0 | 0.11 | 0 | 169.06 | 1 | 0.69 |
| Hex | 60 | FF | E2 | 3E | 0 | B | 0 | A9 | 64 | 45 |
| Octal | 140 | 377 | 342 | 76 | 0 | 13 | 0 | 251 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11100010 | 111110 | 0 | 1011 | 0 | 10101001 | 1100100 | 1000101 |
Color Harmonies of #60FFE2
Complementary color
Monochromatic Colors of #60FFE2
Black with #60FFE2
Text Example
Text Example
White with #60FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFE2; }
p { color: rgb(96,255,226); }
H1.HeaderClassName
{
color: #60FFE2;
}
.AnyTagClassName
{
color: #60FFE2;
}
</style>
background-color css
<style>
a { background-color: #60FFE2; }
a { background-color: rgb(96,255,226); }
div.DivClassName
{
background-color: #60FFE2;
}
.BgClassName
{
background-color: #60FFE2;
}
</style>
border-color css
<style>
span { border-color: #60FFE2; }
span { border-color: rgb(96,255,226); }
td.TdClassName
{
border-color: #60FFE2;
}
.TagClassName
{
border-color: #60FFE2;
}
</style>