Shades of Deep Sky Blue #0ABBFC
Tints of Deep Sky Blue #0ABBFC
RGB
CMYK
RGB Variations
Color information
#0ABBFC (or 0x0ABBFC) is known color: Deep Sky Blue. HEX triplet: 0A, BB and FC. RGB value is (10,187,252). Sum of RGB (Red+Green+Blue) = 10+187+252=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ABBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABBFC is #F54403. Grayscale: #8D8D8D. Windows color (decimal): -16073732 or 16562954. OLE color: 16562954.
HSL color Cylindrical-coordinate representation of color #0ABBFC: hue angle of 196.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABBFC is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 187 | 252 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.01 |
| HSL | 196.12º | 0.98% | 0.51% | - |
| HSV(B) | 196.12º | 0.96% | 0.99% | - |
| XYZ | 35.47 | 42.63 | 98.46 | - |
| YUV | 141.49 | 190.36 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 252 | 0.96 | 0.26 | 0 | 0.01 | 196.12 | 0.98 | 0.51 |
| Hex | A | BB | FC | 60 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 12 | 273 | 374 | 140 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 1010 | 10111011 | 11111100 | 1100000 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #0ABBFC
Complementary color
Monochromatic Colors of #0ABBFC
Black with #0ABBFC
Text Example
Text Example
White with #0ABBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBFC; }
p { color: rgb(10,187,252); }
H1.HeaderClassName
{
color: #0ABBFC;
}
.AnyTagClassName
{
color: #0ABBFC;
}
</style>
background-color css
<style>
a { background-color: #0ABBFC; }
a { background-color: rgb(10,187,252); }
div.DivClassName
{
background-color: #0ABBFC;
}
.BgClassName
{
background-color: #0ABBFC;
}
</style>
border-color css
<style>
span { border-color: #0ABBFC; }
span { border-color: rgb(10,187,252); }
td.TdClassName
{
border-color: #0ABBFC;
}
.TagClassName
{
border-color: #0ABBFC;
}
</style>