Shades of Baby Blue #60EBFE
Tints of Baby Blue #60EBFE
RGB
CMYK
RGB Variations
Color information
#60EBFE (or 0x60EBFE) is known color: Baby Blue. HEX triplet: 60, EB and FE. RGB value is (96,235,254). Sum of RGB (Red+Green+Blue) = 96+235+254=585 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.41% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #60EBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EBFE is #9F1401. Grayscale: #C3C3C3. Windows color (decimal): -10425346 or 16706400. OLE color: 16706400.
HSL color Cylindrical-coordinate representation of color #60EBFE: hue angle of 187.22º 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 #60EBFE is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 235 | 254 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.00 |
| HSL | 187.22º | 0.99% | 0.69% | - |
| HSV(B) | 187.22º | 0.62% | 1% | - |
| XYZ | 52.42 | 69.06 | 104.33 | - |
| YUV | 195.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 235 | 254 | 0.62 | 0.07 | 0 | 0.00 | 187.22 | 0.99 | 0.69 |
| Hex | 60 | EB | FE | 3E | 7 | 0 | 0 | BB | 63 | 45 |
| Octal | 140 | 353 | 376 | 76 | 7 | 0 | 0 | 273 | 143 | 105 |
| Binary | 1100000 | 11101011 | 11111110 | 111110 | 111 | 0 | 0 | 10111011 | 1100011 | 1000101 |
Color Harmonies of #60EBFE
Complementary color
Monochromatic Colors of #60EBFE
Black with #60EBFE
Text Example
Text Example
White with #60EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EBFE; }
p { color: rgb(96,235,254); }
H1.HeaderClassName
{
color: #60EBFE;
}
.AnyTagClassName
{
color: #60EBFE;
}
</style>
background-color css
<style>
a { background-color: #60EBFE; }
a { background-color: rgb(96,235,254); }
div.DivClassName
{
background-color: #60EBFE;
}
.BgClassName
{
background-color: #60EBFE;
}
</style>
border-color css
<style>
span { border-color: #60EBFE; }
span { border-color: rgb(96,235,254); }
td.TdClassName
{
border-color: #60EBFE;
}
.TagClassName
{
border-color: #60EBFE;
}
</style>