Shades of Baby Blue #60FEF7
Tints of Baby Blue #60FEF7
RGB
CMYK
RGB Variations
Color information
#60FEF7 (or 0x60FEF7) is known color: Baby Blue. HEX triplet: 60, FE and F7. RGB value is (96,254,247). Sum of RGB (Red+Green+Blue) = 96+254+247=597 (79% of max value = 765). Red value is 96 (37.89% from 255 or 16.08% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FEF7 is #9F0108. Grayscale: #CDCDCD. Windows color (decimal): -10420489 or 16252512. OLE color: 16252512.
HSL color Cylindrical-coordinate representation of color #60FEF7: hue angle of 177.34º 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 #60FEF7 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 247 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.00 |
| HSL | 177.34º | 0.99% | 0.69% | - |
| HSV(B) | 177.34º | 0.62% | 1% | - |
| XYZ | 57.05 | 80.09 | 100.45 | - |
| YUV | 205.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 247 | 0.62 | 0 | 0.03 | 0.00 | 177.34 | 0.99 | 0.69 |
| Hex | 60 | FE | F7 | 3E | 0 | 3 | 0 | B1 | 63 | 45 |
| Octal | 140 | 376 | 367 | 76 | 0 | 3 | 0 | 261 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11110111 | 111110 | 0 | 11 | 0 | 10110001 | 1100011 | 1000101 |
Color Harmonies of #60FEF7
Complementary color
Monochromatic Colors of #60FEF7
Black with #60FEF7
Text Example
Text Example
White with #60FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEF7; }
p { color: rgb(96,254,247); }
H1.HeaderClassName
{
color: #60FEF7;
}
.AnyTagClassName
{
color: #60FEF7;
}
</style>
background-color css
<style>
a { background-color: #60FEF7; }
a { background-color: rgb(96,254,247); }
div.DivClassName
{
background-color: #60FEF7;
}
.BgClassName
{
background-color: #60FEF7;
}
</style>
border-color css
<style>
span { border-color: #60FEF7; }
span { border-color: rgb(96,254,247); }
td.TdClassName
{
border-color: #60FEF7;
}
.TagClassName
{
border-color: #60FEF7;
}
</style>