Shades of Deep Sky Blue #0ABFFC
Tints of Deep Sky Blue #0ABFFC
RGB
CMYK
RGB Variations
Color information
#0ABFFC (or 0x0ABFFC) is known color: Deep Sky Blue. HEX triplet: 0A, BF and FC. RGB value is (10,191,252). Sum of RGB (Red+Green+Blue) = 10+191+252=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ABFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABFFC is #F54003. Grayscale: #8F8F8F. Windows color (decimal): -16072708 or 16563978. OLE color: 16563978.
HSL color Cylindrical-coordinate representation of color #0ABFFC: hue angle of 195.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 #0ABFFC is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 191 | 252 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.01 |
| HSL | 195.12º | 0.98% | 0.51% | - |
| HSV(B) | 195.12º | 0.96% | 0.99% | - |
| XYZ | 36.33 | 44.35 | 98.74 | - |
| YUV | 143.84 | 189.03 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 252 | 0.96 | 0.24 | 0 | 0.01 | 195.12 | 0.98 | 0.51 |
| Hex | A | BF | FC | 60 | 18 | 0 | 1 | C3 | 62 | 33 |
| Octal | 12 | 277 | 374 | 140 | 30 | 0 | 1 | 303 | 142 | 63 |
| Binary | 1010 | 10111111 | 11111100 | 1100000 | 11000 | 0 | 1 | 11000011 | 1100010 | 110011 |
Color Harmonies of #0ABFFC
Complementary color
Monochromatic Colors of #0ABFFC
Black with #0ABFFC
Text Example
Text Example
White with #0ABFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFFC; }
p { color: rgb(10,191,252); }
H1.HeaderClassName
{
color: #0ABFFC;
}
.AnyTagClassName
{
color: #0ABFFC;
}
</style>
background-color css
<style>
a { background-color: #0ABFFC; }
a { background-color: rgb(10,191,252); }
div.DivClassName
{
background-color: #0ABFFC;
}
.BgClassName
{
background-color: #0ABFFC;
}
</style>
border-color css
<style>
span { border-color: #0ABFFC; }
span { border-color: rgb(10,191,252); }
td.TdClassName
{
border-color: #0ABFFC;
}
.TagClassName
{
border-color: #0ABFFC;
}
</style>