Shades of Deep Sky Blue #0AB8F1
Tints of Deep Sky Blue #0AB8F1
RGB
CMYK
RGB Variations
Color information
#0AB8F1 (or 0x0AB8F1) is known color: Deep Sky Blue. HEX triplet: 0A, B8 and F1. RGB value is (10,184,241). Sum of RGB (Red+Green+Blue) = 10+184+241=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #0AB8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB8F1 is #F5470E. Grayscale: #8A8A8A. Windows color (decimal): -16074511 or 15841290. OLE color: 15841290.
HSL color Cylindrical-coordinate representation of color #0AB8F1: hue angle of 194.81º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB8F1 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 184 | 241 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.05 |
| HSL | 194.81º | 0.92% | 0.49% | - |
| HSV(B) | 194.81º | 0.96% | 0.95% | - |
| XYZ | 33.14 | 40.7 | 89.33 | - |
| YUV | 138.47 | 185.85 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 241 | 0.96 | 0.24 | 0 | 0.05 | 194.81 | 0.92 | 0.49 |
| Hex | A | B8 | F1 | 60 | 18 | 0 | 5 | C3 | 5C | 31 |
| Octal | 12 | 270 | 361 | 140 | 30 | 0 | 5 | 303 | 134 | 61 |
| Binary | 1010 | 10111000 | 11110001 | 1100000 | 11000 | 0 | 101 | 11000011 | 1011100 | 110001 |
Color Harmonies of #0AB8F1
Complementary color
Monochromatic Colors of #0AB8F1
Black with #0AB8F1
Text Example
Text Example
White with #0AB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8F1; }
p { color: rgb(10,184,241); }
H1.HeaderClassName
{
color: #0AB8F1;
}
.AnyTagClassName
{
color: #0AB8F1;
}
</style>
background-color css
<style>
a { background-color: #0AB8F1; }
a { background-color: rgb(10,184,241); }
div.DivClassName
{
background-color: #0AB8F1;
}
.BgClassName
{
background-color: #0AB8F1;
}
</style>
border-color css
<style>
span { border-color: #0AB8F1; }
span { border-color: rgb(10,184,241); }
td.TdClassName
{
border-color: #0AB8F1;
}
.TagClassName
{
border-color: #0AB8F1;
}
</style>