Shades of Baby Blue #60FEFF
Tints of Baby Blue #60FEFF
RGB
CMYK
RGB Variations
Color information
#60FEFF (or 0x60FEFF) is known color: Baby Blue. HEX triplet: 60, FE and FF. RGB value is (96,254,255). Sum of RGB (Red+Green+Blue) = 96+254+255=605 (80% of max value = 765). Red value is 96 (37.89% from 255 or 15.87% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #60FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FEFF is #9F0100. Grayscale: #CECECE. Windows color (decimal): -10420481 or 16776800. OLE color: 16776800.
HSL color Cylindrical-coordinate representation of color #60FEFF: hue angle of 180.38º 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 #60FEFF is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 254 | 255 | - |
| CMYK | 0.62 | 0.00 | 0 | 0 |
| HSL | 180.38º | 1% | 0.69% | - |
| HSV(B) | 180.38º | 0.62% | 1% | - |
| XYZ | 58.32 | 80.59 | 107.09 | - |
| YUV | 206.87 | 155.15 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 255 | 0.62 | 0.00 | 0 | 0 | 180.38 | 1 | 0.69 |
| Hex | 60 | FE | FF | 3E | 0 | 0 | 0 | B4 | 64 | 45 |
| Octal | 140 | 376 | 377 | 76 | 0 | 0 | 0 | 264 | 144 | 105 |
| Binary | 1100000 | 11111110 | 11111111 | 111110 | 0 | 0 | 0 | 10110100 | 1100100 | 1000101 |
Color Harmonies of #60FEFF
Complementary color
Monochromatic Colors of #60FEFF
Black with #60FEFF
Text Example
Text Example
White with #60FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEFF; }
p { color: rgb(96,254,255); }
H1.HeaderClassName
{
color: #60FEFF;
}
.AnyTagClassName
{
color: #60FEFF;
}
</style>
background-color css
<style>
a { background-color: #60FEFF; }
a { background-color: rgb(96,254,255); }
div.DivClassName
{
background-color: #60FEFF;
}
.BgClassName
{
background-color: #60FEFF;
}
</style>
border-color css
<style>
span { border-color: #60FEFF; }
span { border-color: rgb(96,254,255); }
td.TdClassName
{
border-color: #60FEFF;
}
.TagClassName
{
border-color: #60FEFF;
}
</style>