Shades of Deep Sky Blue #0ACDF9
Tints of Deep Sky Blue #0ACDF9
RGB
CMYK
RGB Variations
Color information
#0ACDF9 (or 0x0ACDF9) is known color: Deep Sky Blue. HEX triplet: 0A, CD and F9. RGB value is (10,205,249). Sum of RGB (Red+Green+Blue) = 10+205+249=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #0ACDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACDF9 is #F53206. Grayscale: #979797. Windows color (decimal): -16069127 or 16370954. OLE color: 16370954.
HSL color Cylindrical-coordinate representation of color #0ACDF9: hue angle of 191.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACDF9 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 10 | 205 | 249 | - |
CMYK | 0.96 | 0.18 | 0 | 0.02 |
HSL | 191.05º | 0.95% | 0.51% | - |
HSV(B) | 191.05º | 0.96% | 0.98% | - |
XYZ | 39.06 | 50.57 | 97.32 | - |
YUV | 151.71 | 182.9 | 26.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 205 | 249 | 0.96 | 0.18 | 0 | 0.02 | 191.05 | 0.95 | 0.51 |
Hex | A | CD | F9 | 60 | 12 | 0 | 2 | BF | 5F | 33 |
Octal | 12 | 315 | 371 | 140 | 22 | 0 | 2 | 277 | 137 | 63 |
Binary | 1010 | 11001101 | 11111001 | 1100000 | 10010 | 0 | 10 | 10111111 | 1011111 | 110011 |
Color Harmonies of #0ACDF9
Complementary color
Monochromatic Colors of #0ACDF9
Black with #0ACDF9
Text Example
Text Example
White with #0ACDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACDF9; }
p { color: rgb(10,205,249); }
H1.HeaderClassName
{
color: #0ACDF9;
}
.AnyTagClassName
{
color: #0ACDF9;
}
</style>
background-color css
<style>
a { background-color: #0ACDF9; }
a { background-color: rgb(10,205,249); }
div.DivClassName
{
background-color: #0ACDF9;
}
.BgClassName
{
background-color: #0ACDF9;
}
</style>
border-color css
<style>
span { border-color: #0ACDF9; }
span { border-color: rgb(10,205,249); }
td.TdClassName
{
border-color: #0ACDF9;
}
.TagClassName
{
border-color: #0ACDF9;
}
</style>