Shades of Deep Sky Blue #0AB2FF
Tints of Deep Sky Blue #0AB2FF
RGB
CMYK
RGB Variations
Color information
#0AB2FF (or 0x0AB2FF) is known color: Deep Sky Blue. HEX triplet: 0A, B2 and FF. RGB value is (10,178,255). Sum of RGB (Red+Green+Blue) = 10+178+255=443 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AB2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AB2FF is #F54D00. Grayscale: #888888. Windows color (decimal): -16076033 or 16757258. OLE color: 16757258.
HSL color Cylindrical-coordinate representation of color #0AB2FF: hue angle of 198.86º 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 #0AB2FF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 178 | 255 | - |
| CMYK | 0.96 | 0.30 | 0 | 0 |
| HSL | 198.86º | 1% | 0.52% | - |
| HSV(B) | 198.86º | 0.96% | 1% | - |
| XYZ | 34.1 | 39.13 | 100.36 | - |
| YUV | 136.55 | 194.84 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 255 | 0.96 | 0.30 | 0 | 0 | 198.86 | 1 | 0.52 |
| Hex | A | B2 | FF | 60 | 1E | 0 | 0 | C7 | 64 | 34 |
| Octal | 12 | 262 | 377 | 140 | 36 | 0 | 0 | 307 | 144 | 64 |
| Binary | 1010 | 10110010 | 11111111 | 1100000 | 11110 | 0 | 0 | 11000111 | 1100100 | 110100 |
Color Harmonies of #0AB2FF
Complementary color
Monochromatic Colors of #0AB2FF
Black with #0AB2FF
Text Example
Text Example
White with #0AB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB2FF; }
p { color: rgb(10,178,255); }
H1.HeaderClassName
{
color: #0AB2FF;
}
.AnyTagClassName
{
color: #0AB2FF;
}
</style>
background-color css
<style>
a { background-color: #0AB2FF; }
a { background-color: rgb(10,178,255); }
div.DivClassName
{
background-color: #0AB2FF;
}
.BgClassName
{
background-color: #0AB2FF;
}
</style>
border-color css
<style>
span { border-color: #0AB2FF; }
span { border-color: rgb(10,178,255); }
td.TdClassName
{
border-color: #0AB2FF;
}
.TagClassName
{
border-color: #0AB2FF;
}
</style>