Shades of Deep Sky Blue #0AB3F0
Tints of Deep Sky Blue #0AB3F0
RGB
CMYK
RGB Variations
Color information
#0AB3F0 (or 0x0AB3F0) is known color: Deep Sky Blue. HEX triplet: 0A, B3 and F0. RGB value is (10,179,240). Sum of RGB (Red+Green+Blue) = 10+179+240=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #0AB3F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB3F0 is #F54C0F. Grayscale: #878787. Windows color (decimal): -16075792 or 15774474. OLE color: 15774474.
HSL color Cylindrical-coordinate representation of color #0AB3F0: hue angle of 195.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB3F0 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 179 | 240 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.06 |
| HSL | 195.91º | 0.92% | 0.49% | - |
| HSV(B) | 195.91º | 0.96% | 0.94% | - |
| XYZ | 31.97 | 38.6 | 88.2 | - |
| YUV | 135.42 | 187.01 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 240 | 0.96 | 0.25 | 0 | 0.06 | 195.91 | 0.92 | 0.49 |
| Hex | A | B3 | F0 | 60 | 19 | 0 | 6 | C4 | 5C | 31 |
| Octal | 12 | 263 | 360 | 140 | 31 | 0 | 6 | 304 | 134 | 61 |
| Binary | 1010 | 10110011 | 11110000 | 1100000 | 11001 | 0 | 110 | 11000100 | 1011100 | 110001 |
Color Harmonies of #0AB3F0
Complementary color
Monochromatic Colors of #0AB3F0
Black with #0AB3F0
Text Example
Text Example
White with #0AB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB3F0; }
p { color: rgb(10,179,240); }
H1.HeaderClassName
{
color: #0AB3F0;
}
.AnyTagClassName
{
color: #0AB3F0;
}
</style>
background-color css
<style>
a { background-color: #0AB3F0; }
a { background-color: rgb(10,179,240); }
div.DivClassName
{
background-color: #0AB3F0;
}
.BgClassName
{
background-color: #0AB3F0;
}
</style>
border-color css
<style>
span { border-color: #0AB3F0; }
span { border-color: rgb(10,179,240); }
td.TdClassName
{
border-color: #0AB3F0;
}
.TagClassName
{
border-color: #0AB3F0;
}
</style>