Shades of Baby Blue #60FBFE
Tints of Baby Blue #60FBFE
RGB
CMYK
RGB Variations
Color information
#60FBFE (or 0x60FBFE) is known color: Baby Blue. HEX triplet: 60, FB and FE. RGB value is (96,251,254). Sum of RGB (Red+Green+Blue) = 96+251+254=601 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.97% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #60FBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FBFE is #9F0401. Grayscale: #CCCCCC. Windows color (decimal): -10421250 or 16710496. OLE color: 16710496.
HSL color Cylindrical-coordinate representation of color #60FBFE: hue angle of 181.14º 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 #60FBFE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 251 | 254 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.00 |
| HSL | 181.14º | 0.99% | 0.69% | - |
| HSV(B) | 181.14º | 0.62% | 1% | - |
| XYZ | 57.21 | 78.64 | 105.93 | - |
| YUV | 205 | 155.65 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 254 | 0.62 | 0.01 | 0 | 0.00 | 181.14 | 0.99 | 0.69 |
| Hex | 60 | FB | FE | 3E | 1 | 0 | 0 | B5 | 63 | 45 |
| Octal | 140 | 373 | 376 | 76 | 1 | 0 | 0 | 265 | 143 | 105 |
| Binary | 1100000 | 11111011 | 11111110 | 111110 | 1 | 0 | 0 | 10110101 | 1100011 | 1000101 |
Color Harmonies of #60FBFE
Complementary color
Monochromatic Colors of #60FBFE
Black with #60FBFE
Text Example
Text Example
White with #60FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBFE; }
p { color: rgb(96,251,254); }
H1.HeaderClassName
{
color: #60FBFE;
}
.AnyTagClassName
{
color: #60FBFE;
}
</style>
background-color css
<style>
a { background-color: #60FBFE; }
a { background-color: rgb(96,251,254); }
div.DivClassName
{
background-color: #60FBFE;
}
.BgClassName
{
background-color: #60FBFE;
}
</style>
border-color css
<style>
span { border-color: #60FBFE; }
span { border-color: rgb(96,251,254); }
td.TdClassName
{
border-color: #60FBFE;
}
.TagClassName
{
border-color: #60FBFE;
}
</style>