Shades of Deep Sky Blue #0AAAF3
Tints of Deep Sky Blue #0AAAF3
RGB
CMYK
RGB Variations
Color information
#0AAAF3 (or 0x0AAAF3) is known color: Deep Sky Blue. HEX triplet: 0A, AA and F3. RGB value is (10,170,243). Sum of RGB (Red+Green+Blue) = 10+170+243=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #0AAAF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAAF3 is #F5550C. Grayscale: #828282. Windows color (decimal): -16078093 or 15968778. OLE color: 15968778.
HSL color Cylindrical-coordinate representation of color #0AAAF3: hue angle of 198.8º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAAF3 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 170 | 243 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.05 |
| HSL | 198.8º | 0.92% | 0.5% | - |
| HSV(B) | 198.8º | 0.96% | 0.95% | - |
| XYZ | 30.68 | 35.29 | 89.99 | - |
| YUV | 130.48 | 191.49 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 243 | 0.96 | 0.30 | 0 | 0.05 | 198.8 | 0.92 | 0.5 |
| Hex | A | AA | F3 | 60 | 1E | 0 | 5 | C7 | 5C | 32 |
| Octal | 12 | 252 | 363 | 140 | 36 | 0 | 5 | 307 | 134 | 62 |
| Binary | 1010 | 10101010 | 11110011 | 1100000 | 11110 | 0 | 101 | 11000111 | 1011100 | 110010 |
Color Harmonies of #0AAAF3
Complementary color
Monochromatic Colors of #0AAAF3
Black with #0AAAF3
Text Example
Text Example
White with #0AAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAF3; }
p { color: rgb(10,170,243); }
H1.HeaderClassName
{
color: #0AAAF3;
}
.AnyTagClassName
{
color: #0AAAF3;
}
</style>
background-color css
<style>
a { background-color: #0AAAF3; }
a { background-color: rgb(10,170,243); }
div.DivClassName
{
background-color: #0AAAF3;
}
.BgClassName
{
background-color: #0AAAF3;
}
</style>
border-color css
<style>
span { border-color: #0AAAF3; }
span { border-color: rgb(10,170,243); }
td.TdClassName
{
border-color: #0AAAF3;
}
.TagClassName
{
border-color: #0AAAF3;
}
</style>