Shades of Deep Sky Blue #0AC9F5
Tints of Deep Sky Blue #0AC9F5
RGB
CMYK
RGB Variations
Color information
#0AC9F5 (or 0x0AC9F5) is known color: Deep Sky Blue. HEX triplet: 0A, C9 and F5. RGB value is (10,201,245). Sum of RGB (Red+Green+Blue) = 10+201+245=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #0AC9F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC9F5 is #F5360A. Grayscale: #949494. Windows color (decimal): -16070155 or 16107786. OLE color: 16107786.
HSL color Cylindrical-coordinate representation of color #0AC9F5: hue angle of 191.23º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC9F5 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 201 | 245 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.04 |
| HSL | 191.23º | 0.92% | 0.5% | - |
| HSV(B) | 191.23º | 0.96% | 0.96% | - |
| XYZ | 37.49 | 48.43 | 93.76 | - |
| YUV | 148.91 | 182.22 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 245 | 0.96 | 0.18 | 0 | 0.04 | 191.23 | 0.92 | 0.5 |
| Hex | A | C9 | F5 | 60 | 12 | 0 | 4 | BF | 5C | 32 |
| Octal | 12 | 311 | 365 | 140 | 22 | 0 | 4 | 277 | 134 | 62 |
| Binary | 1010 | 11001001 | 11110101 | 1100000 | 10010 | 0 | 100 | 10111111 | 1011100 | 110010 |
Color Harmonies of #0AC9F5
Complementary color
Monochromatic Colors of #0AC9F5
Black with #0AC9F5
Text Example
Text Example
White with #0AC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC9F5; }
p { color: rgb(10,201,245); }
H1.HeaderClassName
{
color: #0AC9F5;
}
.AnyTagClassName
{
color: #0AC9F5;
}
</style>
background-color css
<style>
a { background-color: #0AC9F5; }
a { background-color: rgb(10,201,245); }
div.DivClassName
{
background-color: #0AC9F5;
}
.BgClassName
{
background-color: #0AC9F5;
}
</style>
border-color css
<style>
span { border-color: #0AC9F5; }
span { border-color: rgb(10,201,245); }
td.TdClassName
{
border-color: #0AC9F5;
}
.TagClassName
{
border-color: #0AC9F5;
}
</style>