Shades of Baby Blue #60FAFF
Tints of Baby Blue #60FAFF
RGB
CMYK
RGB Variations
Color information
#60FAFF (or 0x60FAFF) is known color: Baby Blue. HEX triplet: 60, FA and FF. RGB value is (96,250,255). Sum of RGB (Red+Green+Blue) = 96+250+255=601 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.97% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #60FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FAFF is #9F0500. Grayscale: #CCCCCC. Windows color (decimal): -10421505 or 16775776. OLE color: 16775776.
HSL color Cylindrical-coordinate representation of color #60FAFF: hue angle of 181.89º 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 #60FAFF is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 250 | 255 | - |
| CMYK | 0.62 | 0.02 | 0 | 0 |
| HSL | 181.89º | 1% | 0.69% | - |
| HSV(B) | 181.89º | 0.62% | 1% | - |
| XYZ | 57.06 | 78.08 | 106.67 | - |
| YUV | 204.52 | 156.48 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 255 | 0.62 | 0.02 | 0 | 0 | 181.89 | 1 | 0.69 |
| Hex | 60 | FA | FF | 3E | 2 | 0 | 0 | B6 | 64 | 45 |
| Octal | 140 | 372 | 377 | 76 | 2 | 0 | 0 | 266 | 144 | 105 |
| Binary | 1100000 | 11111010 | 11111111 | 111110 | 10 | 0 | 0 | 10110110 | 1100100 | 1000101 |
Color Harmonies of #60FAFF
Complementary color
Monochromatic Colors of #60FAFF
Black with #60FAFF
Text Example
Text Example
White with #60FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FAFF; }
p { color: rgb(96,250,255); }
H1.HeaderClassName
{
color: #60FAFF;
}
.AnyTagClassName
{
color: #60FAFF;
}
</style>
background-color css
<style>
a { background-color: #60FAFF; }
a { background-color: rgb(96,250,255); }
div.DivClassName
{
background-color: #60FAFF;
}
.BgClassName
{
background-color: #60FAFF;
}
</style>
border-color css
<style>
span { border-color: #60FAFF; }
span { border-color: rgb(96,250,255); }
td.TdClassName
{
border-color: #60FAFF;
}
.TagClassName
{
border-color: #60FAFF;
}
</style>