Shades of Deep Sky Blue #0AD5FE
Tints of Deep Sky Blue #0AD5FE
RGB
CMYK
RGB Variations
Color information
#0AD5FE (or 0x0AD5FE) is known color: Deep Sky Blue. HEX triplet: 0A, D5 and FE. RGB value is (10,213,254). Sum of RGB (Red+Green+Blue) = 10+213+254=477 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AD5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD5FE is #F52A01. Grayscale: #9C9C9C. Windows color (decimal): -16067074 or 16700682. OLE color: 16700682.
HSL color Cylindrical-coordinate representation of color #0AD5FE: hue angle of 190.08º 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 #0AD5FE is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 213 | 254 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.00 |
| HSL | 190.08º | 0.99% | 0.52% | - |
| HSV(B) | 190.08º | 0.96% | 1% | - |
| XYZ | 41.81 | 54.81 | 102.14 | - |
| YUV | 156.98 | 182.75 | 23.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 254 | 0.96 | 0.16 | 0 | 0.00 | 190.08 | 0.99 | 0.52 |
| Hex | A | D5 | FE | 60 | 10 | 0 | 0 | BE | 63 | 34 |
| Octal | 12 | 325 | 376 | 140 | 20 | 0 | 0 | 276 | 143 | 64 |
| Binary | 1010 | 11010101 | 11111110 | 1100000 | 10000 | 0 | 0 | 10111110 | 1100011 | 110100 |
Color Harmonies of #0AD5FE
Complementary color
Monochromatic Colors of #0AD5FE
Black with #0AD5FE
Text Example
Text Example
White with #0AD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD5FE; }
p { color: rgb(10,213,254); }
H1.HeaderClassName
{
color: #0AD5FE;
}
.AnyTagClassName
{
color: #0AD5FE;
}
</style>
background-color css
<style>
a { background-color: #0AD5FE; }
a { background-color: rgb(10,213,254); }
div.DivClassName
{
background-color: #0AD5FE;
}
.BgClassName
{
background-color: #0AD5FE;
}
</style>
border-color css
<style>
span { border-color: #0AD5FE; }
span { border-color: rgb(10,213,254); }
td.TdClassName
{
border-color: #0AD5FE;
}
.TagClassName
{
border-color: #0AD5FE;
}
</style>