Shades of Deep Sky Blue #0AA8F1
Tints of Deep Sky Blue #0AA8F1
RGB
CMYK
RGB Variations
Color information
#0AA8F1 (or 0x0AA8F1) is known color: Deep Sky Blue. HEX triplet: 0A, A8 and F1. RGB value is (10,168,241). Sum of RGB (Red+Green+Blue) = 10+168+241=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #0AA8F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA8F1 is #F5570E. Grayscale: #808080. Windows color (decimal): -16078607 or 15837194. OLE color: 15837194.
HSL color Cylindrical-coordinate representation of color #0AA8F1: hue angle of 198.96º 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 #0AA8F1 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 168 | 241 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.05 |
| HSL | 198.96º | 0.92% | 0.49% | - |
| HSV(B) | 198.96º | 0.96% | 0.95% | - |
| XYZ | 30 | 34.42 | 88.28 | - |
| YUV | 129.08 | 191.15 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 241 | 0.96 | 0.30 | 0 | 0.05 | 198.96 | 0.92 | 0.49 |
| Hex | A | A8 | F1 | 60 | 1E | 0 | 5 | C7 | 5C | 31 |
| Octal | 12 | 250 | 361 | 140 | 36 | 0 | 5 | 307 | 134 | 61 |
| Binary | 1010 | 10101000 | 11110001 | 1100000 | 11110 | 0 | 101 | 11000111 | 1011100 | 110001 |
Color Harmonies of #0AA8F1
Complementary color
Monochromatic Colors of #0AA8F1
Black with #0AA8F1
Text Example
Text Example
White with #0AA8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA8F1; }
p { color: rgb(10,168,241); }
H1.HeaderClassName
{
color: #0AA8F1;
}
.AnyTagClassName
{
color: #0AA8F1;
}
</style>
background-color css
<style>
a { background-color: #0AA8F1; }
a { background-color: rgb(10,168,241); }
div.DivClassName
{
background-color: #0AA8F1;
}
.BgClassName
{
background-color: #0AA8F1;
}
</style>
border-color css
<style>
span { border-color: #0AA8F1; }
span { border-color: rgb(10,168,241); }
td.TdClassName
{
border-color: #0AA8F1;
}
.TagClassName
{
border-color: #0AA8F1;
}
</style>