Shades of Baby Blue #60FBFF
Tints of Baby Blue #60FBFF
RGB
CMYK
RGB Variations
Color information
#60FBFF (or 0x60FBFF) is known color: Baby Blue. HEX triplet: 60, FB and FF. RGB value is (96,251,255). Sum of RGB (Red+Green+Blue) = 96+251+255=602 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.95% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #60FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FBFF is #9F0400. Grayscale: #CCCCCC. Windows color (decimal): -10421249 or 16776032. OLE color: 16776032.
HSL color Cylindrical-coordinate representation of color #60FBFF: hue angle of 181.51º 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 #60FBFF is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 251 | 255 | - |
| CMYK | 0.62 | 0.02 | 0 | 0 |
| HSL | 181.51º | 1% | 0.69% | - |
| HSV(B) | 181.51º | 0.62% | 1% | - |
| XYZ | 57.37 | 78.7 | 106.77 | - |
| YUV | 205.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 255 | 0.62 | 0.02 | 0 | 0 | 181.51 | 1 | 0.69 |
| Hex | 60 | FB | FF | 3E | 2 | 0 | 0 | B6 | 64 | 45 |
| Octal | 140 | 373 | 377 | 76 | 2 | 0 | 0 | 266 | 144 | 105 |
| Binary | 1100000 | 11111011 | 11111111 | 111110 | 10 | 0 | 0 | 10110110 | 1100100 | 1000101 |
Color Harmonies of #60FBFF
Complementary color
Monochromatic Colors of #60FBFF
Black with #60FBFF
Text Example
Text Example
White with #60FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBFF; }
p { color: rgb(96,251,255); }
H1.HeaderClassName
{
color: #60FBFF;
}
.AnyTagClassName
{
color: #60FBFF;
}
</style>
background-color css
<style>
a { background-color: #60FBFF; }
a { background-color: rgb(96,251,255); }
div.DivClassName
{
background-color: #60FBFF;
}
.BgClassName
{
background-color: #60FBFF;
}
</style>
border-color css
<style>
span { border-color: #60FBFF; }
span { border-color: rgb(96,251,255); }
td.TdClassName
{
border-color: #60FBFF;
}
.TagClassName
{
border-color: #60FBFF;
}
</style>