Shades of Deep Sky Blue #0AD4F1
Tints of Deep Sky Blue #0AD4F1
RGB
CMYK
RGB Variations
Color information
#0AD4F1 (or 0x0AD4F1) is known color: Deep Sky Blue. HEX triplet: 0A, D4 and F1. RGB value is (10,212,241). Sum of RGB (Red+Green+Blue) = 10+212+241=463 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #0AD4F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD4F1 is #F52B0E. Grayscale: #9A9A9A. Windows color (decimal): -16067343 or 15848458. OLE color: 15848458.
HSL color Cylindrical-coordinate representation of color #0AD4F1: hue angle of 187.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD4F1 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 212 | 241 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.05 |
| HSL | 187.53º | 0.92% | 0.49% | - |
| HSV(B) | 187.53º | 0.96% | 0.95% | - |
| XYZ | 39.55 | 53.5 | 91.46 | - |
| YUV | 154.91 | 176.58 | 24.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 241 | 0.96 | 0.12 | 0 | 0.05 | 187.53 | 0.92 | 0.49 |
| Hex | A | D4 | F1 | 60 | C | 0 | 5 | BC | 5C | 31 |
| Octal | 12 | 324 | 361 | 140 | 14 | 0 | 5 | 274 | 134 | 61 |
| Binary | 1010 | 11010100 | 11110001 | 1100000 | 1100 | 0 | 101 | 10111100 | 1011100 | 110001 |
Color Harmonies of #0AD4F1
Complementary color
Monochromatic Colors of #0AD4F1
Black with #0AD4F1
Text Example
Text Example
White with #0AD4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD4F1; }
p { color: rgb(10,212,241); }
H1.HeaderClassName
{
color: #0AD4F1;
}
.AnyTagClassName
{
color: #0AD4F1;
}
</style>
background-color css
<style>
a { background-color: #0AD4F1; }
a { background-color: rgb(10,212,241); }
div.DivClassName
{
background-color: #0AD4F1;
}
.BgClassName
{
background-color: #0AD4F1;
}
</style>
border-color css
<style>
span { border-color: #0AD4F1; }
span { border-color: rgb(10,212,241); }
td.TdClassName
{
border-color: #0AD4F1;
}
.TagClassName
{
border-color: #0AD4F1;
}
</style>