Shades of Deep Sky Blue #0AC2FF
Tints of Deep Sky Blue #0AC2FF
RGB
CMYK
RGB Variations
Color information
#0AC2FF (or 0x0AC2FF) is known color: Deep Sky Blue. HEX triplet: 0A, C2 and FF. RGB value is (10,194,255). Sum of RGB (Red+Green+Blue) = 10+194+255=459 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AC2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC2FF is #F53D00. Grayscale: #919191. Windows color (decimal): -16071937 or 16761354. OLE color: 16761354.
HSL color Cylindrical-coordinate representation of color #0AC2FF: hue angle of 194.94º 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 #0AC2FF is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 194 | 255 | - |
| CMYK | 0.96 | 0.24 | 0 | 0 |
| HSL | 194.94º | 1% | 0.52% | - |
| HSV(B) | 194.94º | 0.96% | 1% | - |
| XYZ | 37.47 | 45.87 | 101.49 | - |
| YUV | 145.94 | 189.54 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 255 | 0.96 | 0.24 | 0 | 0 | 194.94 | 1 | 0.52 |
| Hex | A | C2 | FF | 60 | 18 | 0 | 0 | C3 | 64 | 34 |
| Octal | 12 | 302 | 377 | 140 | 30 | 0 | 0 | 303 | 144 | 64 |
| Binary | 1010 | 11000010 | 11111111 | 1100000 | 11000 | 0 | 0 | 11000011 | 1100100 | 110100 |
Color Harmonies of #0AC2FF
Complementary color
Monochromatic Colors of #0AC2FF
Black with #0AC2FF
Text Example
Text Example
White with #0AC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC2FF; }
p { color: rgb(10,194,255); }
H1.HeaderClassName
{
color: #0AC2FF;
}
.AnyTagClassName
{
color: #0AC2FF;
}
</style>
background-color css
<style>
a { background-color: #0AC2FF; }
a { background-color: rgb(10,194,255); }
div.DivClassName
{
background-color: #0AC2FF;
}
.BgClassName
{
background-color: #0AC2FF;
}
</style>
border-color css
<style>
span { border-color: #0AC2FF; }
span { border-color: rgb(10,194,255); }
td.TdClassName
{
border-color: #0AC2FF;
}
.TagClassName
{
border-color: #0AC2FF;
}
</style>