Shades of Deep Sky Blue #0ABFF8
Tints of Deep Sky Blue #0ABFF8
RGB
CMYK
RGB Variations
Color information
#0ABFF8 (or 0x0ABFF8) is known color: Deep Sky Blue. HEX triplet: 0A, BF and F8. RGB value is (10,191,248). Sum of RGB (Red+Green+Blue) = 10+191+248=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #0ABFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABFF8 is #F54007. Grayscale: #8E8E8E. Windows color (decimal): -16072712 or 16301834. OLE color: 16301834.
HSL color Cylindrical-coordinate representation of color #0ABFF8: hue angle of 194.37º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABFF8 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 191 | 248 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.03 |
| HSL | 194.37º | 0.94% | 0.51% | - |
| HSV(B) | 194.37º | 0.96% | 0.97% | - |
| XYZ | 35.7 | 44.1 | 95.44 | - |
| YUV | 143.38 | 187.03 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 248 | 0.96 | 0.23 | 0 | 0.03 | 194.37 | 0.94 | 0.51 |
| Hex | A | BF | F8 | 60 | 17 | 0 | 3 | C2 | 5E | 33 |
| Octal | 12 | 277 | 370 | 140 | 27 | 0 | 3 | 302 | 136 | 63 |
| Binary | 1010 | 10111111 | 11111000 | 1100000 | 10111 | 0 | 11 | 11000010 | 1011110 | 110011 |
Color Harmonies of #0ABFF8
Complementary color
Monochromatic Colors of #0ABFF8
Black with #0ABFF8
Text Example
Text Example
White with #0ABFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFF8; }
p { color: rgb(10,191,248); }
H1.HeaderClassName
{
color: #0ABFF8;
}
.AnyTagClassName
{
color: #0ABFF8;
}
</style>
background-color css
<style>
a { background-color: #0ABFF8; }
a { background-color: rgb(10,191,248); }
div.DivClassName
{
background-color: #0ABFF8;
}
.BgClassName
{
background-color: #0ABFF8;
}
</style>
border-color css
<style>
span { border-color: #0ABFF8; }
span { border-color: rgb(10,191,248); }
td.TdClassName
{
border-color: #0ABFF8;
}
.TagClassName
{
border-color: #0ABFF8;
}
</style>