Shades of Deep Sky Blue #0AAFF3
Tints of Deep Sky Blue #0AAFF3
RGB
CMYK
RGB Variations
Color information
#0AAFF3 (or 0x0AAFF3) is known color: Deep Sky Blue. HEX triplet: 0A, AF and F3. RGB value is (10,175,243). Sum of RGB (Red+Green+Blue) = 10+175+243=428 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #0AAFF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAFF3 is #F5500C. Grayscale: #848484. Windows color (decimal): -16076813 or 15970058. OLE color: 15970058.
HSL color Cylindrical-coordinate representation of color #0AAFF3: hue angle of 197.51º 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 #0AAFF3 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 175 | 243 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.05 |
| HSL | 197.51º | 0.92% | 0.5% | - |
| HSV(B) | 197.51º | 0.96% | 0.95% | - |
| XYZ | 31.63 | 37.2 | 90.31 | - |
| YUV | 133.42 | 189.84 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 243 | 0.96 | 0.28 | 0 | 0.05 | 197.51 | 0.92 | 0.5 |
| Hex | A | AF | F3 | 60 | 1C | 0 | 5 | C6 | 5C | 32 |
| Octal | 12 | 257 | 363 | 140 | 34 | 0 | 5 | 306 | 134 | 62 |
| Binary | 1010 | 10101111 | 11110011 | 1100000 | 11100 | 0 | 101 | 11000110 | 1011100 | 110010 |
Color Harmonies of #0AAFF3
Complementary color
Monochromatic Colors of #0AAFF3
Black with #0AAFF3
Text Example
Text Example
White with #0AAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFF3; }
p { color: rgb(10,175,243); }
H1.HeaderClassName
{
color: #0AAFF3;
}
.AnyTagClassName
{
color: #0AAFF3;
}
</style>
background-color css
<style>
a { background-color: #0AAFF3; }
a { background-color: rgb(10,175,243); }
div.DivClassName
{
background-color: #0AAFF3;
}
.BgClassName
{
background-color: #0AAFF3;
}
</style>
border-color css
<style>
span { border-color: #0AAFF3; }
span { border-color: rgb(10,175,243); }
td.TdClassName
{
border-color: #0AAFF3;
}
.TagClassName
{
border-color: #0AAFF3;
}
</style>