Shades of Deep Sky Blue #0AB0FF
Tints of Deep Sky Blue #0AB0FF
RGB
CMYK
RGB Variations
Color information
#0AB0FF (or 0x0AB0FF) is known color: Deep Sky Blue. HEX triplet: 0A, B0 and FF. RGB value is (10,176,255). Sum of RGB (Red+Green+Blue) = 10+176+255=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AB0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AB0FF is #F54F00. Grayscale: #868686. Windows color (decimal): -16076545 or 16756746. OLE color: 16756746.
HSL color Cylindrical-coordinate representation of color #0AB0FF: hue angle of 199.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB0FF is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 176 | 255 | - |
| CMYK | 0.96 | 0.31 | 0 | 0 |
| HSL | 199.35º | 1% | 0.52% | - |
| HSV(B) | 199.35º | 0.96% | 1% | - |
| XYZ | 33.7 | 38.34 | 100.23 | - |
| YUV | 135.37 | 195.5 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 176 | 255 | 0.96 | 0.31 | 0 | 0 | 199.35 | 1 | 0.52 |
| Hex | A | B0 | FF | 60 | 1F | 0 | 0 | C7 | 64 | 34 |
| Octal | 12 | 260 | 377 | 140 | 37 | 0 | 0 | 307 | 144 | 64 |
| Binary | 1010 | 10110000 | 11111111 | 1100000 | 11111 | 0 | 0 | 11000111 | 1100100 | 110100 |
Color Harmonies of #0AB0FF
Complementary color
Monochromatic Colors of #0AB0FF
Black with #0AB0FF
Text Example
Text Example
White with #0AB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB0FF; }
p { color: rgb(10,176,255); }
H1.HeaderClassName
{
color: #0AB0FF;
}
.AnyTagClassName
{
color: #0AB0FF;
}
</style>
background-color css
<style>
a { background-color: #0AB0FF; }
a { background-color: rgb(10,176,255); }
div.DivClassName
{
background-color: #0AB0FF;
}
.BgClassName
{
background-color: #0AB0FF;
}
</style>
border-color css
<style>
span { border-color: #0AB0FF; }
span { border-color: rgb(10,176,255); }
td.TdClassName
{
border-color: #0AB0FF;
}
.TagClassName
{
border-color: #0AB0FF;
}
</style>