Shades of Deep Sky Blue #0AD4FF
Tints of Deep Sky Blue #0AD4FF
RGB
CMYK
RGB Variations
Color information
#0AD4FF (or 0x0AD4FF) is known color: Deep Sky Blue. HEX triplet: 0A, D4 and FF. RGB value is (10,212,255). Sum of RGB (Red+Green+Blue) = 10+212+255=477 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AD4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD4FF is #F52B00. Grayscale: #9C9C9C. Windows color (decimal): -16067329 or 16765962. OLE color: 16765962.
HSL color Cylindrical-coordinate representation of color #0AD4FF: hue angle of 190.53º 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 #0AD4FF is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 212 | 255 | - |
| CMYK | 0.96 | 0.17 | 0 | 0 |
| HSL | 190.53º | 1% | 0.52% | - |
| HSV(B) | 190.53º | 0.96% | 1% | - |
| XYZ | 41.72 | 54.37 | 102.9 | - |
| YUV | 156.5 | 183.58 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 255 | 0.96 | 0.17 | 0 | 0 | 190.53 | 1 | 0.52 |
| Hex | A | D4 | FF | 60 | 11 | 0 | 0 | BF | 64 | 34 |
| Octal | 12 | 324 | 377 | 140 | 21 | 0 | 0 | 277 | 144 | 64 |
| Binary | 1010 | 11010100 | 11111111 | 1100000 | 10001 | 0 | 0 | 10111111 | 1100100 | 110100 |
Color Harmonies of #0AD4FF
Complementary color
Monochromatic Colors of #0AD4FF
Black with #0AD4FF
Text Example
Text Example
White with #0AD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD4FF; }
p { color: rgb(10,212,255); }
H1.HeaderClassName
{
color: #0AD4FF;
}
.AnyTagClassName
{
color: #0AD4FF;
}
</style>
background-color css
<style>
a { background-color: #0AD4FF; }
a { background-color: rgb(10,212,255); }
div.DivClassName
{
background-color: #0AD4FF;
}
.BgClassName
{
background-color: #0AD4FF;
}
</style>
border-color css
<style>
span { border-color: #0AD4FF; }
span { border-color: rgb(10,212,255); }
td.TdClassName
{
border-color: #0AD4FF;
}
.TagClassName
{
border-color: #0AD4FF;
}
</style>