Shades of Deep Sky Blue #0AC9FF
Tints of Deep Sky Blue #0AC9FF
RGB
CMYK
RGB Variations
Color information
#0AC9FF (or 0x0AC9FF) is known color: Deep Sky Blue. HEX triplet: 0A, C9 and FF. RGB value is (10,201,255). Sum of RGB (Red+Green+Blue) = 10+201+255=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AC9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC9FF is #F53600. Grayscale: #959595. Windows color (decimal): -16070145 or 16763146. OLE color: 16763146.
HSL color Cylindrical-coordinate representation of color #0AC9FF: hue angle of 193.22º 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 #0AC9FF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 201 | 255 | - |
| CMYK | 0.96 | 0.21 | 0 | 0 |
| HSL | 193.22º | 1% | 0.52% | - |
| HSV(B) | 193.22º | 0.96% | 1% | - |
| XYZ | 39.06 | 49.06 | 102.02 | - |
| YUV | 150.05 | 187.22 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 255 | 0.96 | 0.21 | 0 | 0 | 193.22 | 1 | 0.52 |
| Hex | A | C9 | FF | 60 | 15 | 0 | 0 | C1 | 64 | 34 |
| Octal | 12 | 311 | 377 | 140 | 25 | 0 | 0 | 301 | 144 | 64 |
| Binary | 1010 | 11001001 | 11111111 | 1100000 | 10101 | 0 | 0 | 11000001 | 1100100 | 110100 |
Color Harmonies of #0AC9FF
Complementary color
Monochromatic Colors of #0AC9FF
Black with #0AC9FF
Text Example
Text Example
White with #0AC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC9FF; }
p { color: rgb(10,201,255); }
H1.HeaderClassName
{
color: #0AC9FF;
}
.AnyTagClassName
{
color: #0AC9FF;
}
</style>
background-color css
<style>
a { background-color: #0AC9FF; }
a { background-color: rgb(10,201,255); }
div.DivClassName
{
background-color: #0AC9FF;
}
.BgClassName
{
background-color: #0AC9FF;
}
</style>
border-color css
<style>
span { border-color: #0AC9FF; }
span { border-color: rgb(10,201,255); }
td.TdClassName
{
border-color: #0AC9FF;
}
.TagClassName
{
border-color: #0AC9FF;
}
</style>