Shades of Deep Sky Blue #0AC8FE
Tints of Deep Sky Blue #0AC8FE
RGB
CMYK
RGB Variations
Color information
#0AC8FE (or 0x0AC8FE) is known color: Deep Sky Blue. HEX triplet: 0A, C8 and FE. RGB value is (10,200,254). Sum of RGB (Red+Green+Blue) = 10+200+254=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AC8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC8FE is #F53701. Grayscale: #949494. Windows color (decimal): -16070402 or 16697354. OLE color: 16697354.
HSL color Cylindrical-coordinate representation of color #0AC8FE: hue angle of 193.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC8FE is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 200 | 254 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.00 |
| HSL | 193.28º | 0.99% | 0.52% | - |
| HSV(B) | 193.28º | 0.96% | 1% | - |
| XYZ | 38.67 | 48.53 | 101.09 | - |
| YUV | 149.35 | 187.05 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 254 | 0.96 | 0.21 | 0 | 0.00 | 193.28 | 0.99 | 0.52 |
| Hex | A | C8 | FE | 60 | 15 | 0 | 0 | C1 | 63 | 34 |
| Octal | 12 | 310 | 376 | 140 | 25 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1010 | 11001000 | 11111110 | 1100000 | 10101 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #0AC8FE
Complementary color
Monochromatic Colors of #0AC8FE
Black with #0AC8FE
Text Example
Text Example
White with #0AC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC8FE; }
p { color: rgb(10,200,254); }
H1.HeaderClassName
{
color: #0AC8FE;
}
.AnyTagClassName
{
color: #0AC8FE;
}
</style>
background-color css
<style>
a { background-color: #0AC8FE; }
a { background-color: rgb(10,200,254); }
div.DivClassName
{
background-color: #0AC8FE;
}
.BgClassName
{
background-color: #0AC8FE;
}
</style>
border-color css
<style>
span { border-color: #0AC8FE; }
span { border-color: rgb(10,200,254); }
td.TdClassName
{
border-color: #0AC8FE;
}
.TagClassName
{
border-color: #0AC8FE;
}
</style>