Shades of Baby Blue #60FFE3
Tints of Baby Blue #60FFE3
RGB
CMYK
RGB Variations
Color information
#60FFE3 (or 0x60FFE3) is known color: Baby Blue. HEX triplet: 60, FF and E3. RGB value is (96,255,227). Sum of RGB (Red+Green+Blue) = 96+255+227=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFE3 is #9F001C. Grayscale: #CCCCCC. Windows color (decimal): -10420253 or 14942048. OLE color: 14942048.
HSL color Cylindrical-coordinate representation of color #60FFE3: hue angle of 169.43º 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 #60FFE3 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 227 | - |
| CMYK | 0.62 | 0 | 0.11 | 0 |
| HSL | 169.43º | 1% | 0.69% | - |
| HSV(B) | 169.43º | 0.62% | 1% | - |
| XYZ | 54.45 | 79.55 | 85.16 | - |
| YUV | 204.27 | 140.82 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 227 | 0.62 | 0 | 0.11 | 0 | 169.43 | 1 | 0.69 |
| Hex | 60 | FF | E3 | 3E | 0 | B | 0 | A9 | 64 | 45 |
| Octal | 140 | 377 | 343 | 76 | 0 | 13 | 0 | 251 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11100011 | 111110 | 0 | 1011 | 0 | 10101001 | 1100100 | 1000101 |
Color Harmonies of #60FFE3
Complementary color
Monochromatic Colors of #60FFE3
Black with #60FFE3
Text Example
Text Example
White with #60FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFE3; }
p { color: rgb(96,255,227); }
H1.HeaderClassName
{
color: #60FFE3;
}
.AnyTagClassName
{
color: #60FFE3;
}
</style>
background-color css
<style>
a { background-color: #60FFE3; }
a { background-color: rgb(96,255,227); }
div.DivClassName
{
background-color: #60FFE3;
}
.BgClassName
{
background-color: #60FFE3;
}
</style>
border-color css
<style>
span { border-color: #60FFE3; }
span { border-color: rgb(96,255,227); }
td.TdClassName
{
border-color: #60FFE3;
}
.TagClassName
{
border-color: #60FFE3;
}
</style>