Shades of Deep Sky Blue #0ABEFD
Tints of Deep Sky Blue #0ABEFD
RGB
CMYK
RGB Variations
Color information
#0ABEFD (or 0x0ABEFD) is known color: Deep Sky Blue. HEX triplet: 0A, BE and FD. RGB value is (10,190,253). Sum of RGB (Red+Green+Blue) = 10+190+253=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ABEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABEFD is #F54102. Grayscale: #8E8E8E. Windows color (decimal): -16072963 or 16629258. OLE color: 16629258.
HSL color Cylindrical-coordinate representation of color #0ABEFD: hue angle of 195.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABEFD is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 190 | 253 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.01 |
| HSL | 195.56º | 0.98% | 0.52% | - |
| HSV(B) | 195.56º | 0.96% | 0.99% | - |
| XYZ | 36.27 | 43.98 | 99.51 | - |
| YUV | 143.36 | 189.87 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 253 | 0.96 | 0.25 | 0 | 0.01 | 195.56 | 0.98 | 0.52 |
| Hex | A | BE | FD | 60 | 19 | 0 | 1 | C4 | 62 | 34 |
| Octal | 12 | 276 | 375 | 140 | 31 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1010 | 10111110 | 11111101 | 1100000 | 11001 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0ABEFD
Complementary color
Monochromatic Colors of #0ABEFD
Black with #0ABEFD
Text Example
Text Example
White with #0ABEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABEFD; }
p { color: rgb(10,190,253); }
H1.HeaderClassName
{
color: #0ABEFD;
}
.AnyTagClassName
{
color: #0ABEFD;
}
</style>
background-color css
<style>
a { background-color: #0ABEFD; }
a { background-color: rgb(10,190,253); }
div.DivClassName
{
background-color: #0ABEFD;
}
.BgClassName
{
background-color: #0ABEFD;
}
</style>
border-color css
<style>
span { border-color: #0ABEFD; }
span { border-color: rgb(10,190,253); }
td.TdClassName
{
border-color: #0ABEFD;
}
.TagClassName
{
border-color: #0ABEFD;
}
</style>