Shades of Deep Sky Blue #0ABEFC
Tints of Deep Sky Blue #0ABEFC
RGB
CMYK
RGB Variations
Color information
#0ABEFC (or 0x0ABEFC) is known color: Deep Sky Blue. HEX triplet: 0A, BE and FC. RGB value is (10,190,252). Sum of RGB (Red+Green+Blue) = 10+190+252=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ABEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABEFC is #F54103. Grayscale: #8E8E8E. Windows color (decimal): -16072964 or 16563722. OLE color: 16563722.
HSL color Cylindrical-coordinate representation of color #0ABEFC: hue angle of 195.37º 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 #0ABEFC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 190 | 252 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.01 |
| HSL | 195.37º | 0.98% | 0.51% | - |
| HSV(B) | 195.37º | 0.96% | 0.99% | - |
| XYZ | 36.11 | 43.92 | 98.67 | - |
| YUV | 143.25 | 189.37 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 252 | 0.96 | 0.25 | 0 | 0.01 | 195.37 | 0.98 | 0.51 |
| Hex | A | BE | FC | 60 | 19 | 0 | 1 | C3 | 62 | 33 |
| Octal | 12 | 276 | 374 | 140 | 31 | 0 | 1 | 303 | 142 | 63 |
| Binary | 1010 | 10111110 | 11111100 | 1100000 | 11001 | 0 | 1 | 11000011 | 1100010 | 110011 |
Color Harmonies of #0ABEFC
Complementary color
Monochromatic Colors of #0ABEFC
Black with #0ABEFC
Text Example
Text Example
White with #0ABEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABEFC; }
p { color: rgb(10,190,252); }
H1.HeaderClassName
{
color: #0ABEFC;
}
.AnyTagClassName
{
color: #0ABEFC;
}
</style>
background-color css
<style>
a { background-color: #0ABEFC; }
a { background-color: rgb(10,190,252); }
div.DivClassName
{
background-color: #0ABEFC;
}
.BgClassName
{
background-color: #0ABEFC;
}
</style>
border-color css
<style>
span { border-color: #0ABEFC; }
span { border-color: rgb(10,190,252); }
td.TdClassName
{
border-color: #0ABEFC;
}
.TagClassName
{
border-color: #0ABEFC;
}
</style>