Shades of Deep Sky Blue #0ACFFF
Tints of Deep Sky Blue #0ACFFF
RGB
CMYK
RGB Variations
Color information
#0ACFFF (or 0x0ACFFF) is known color: Deep Sky Blue. HEX triplet: 0A, CF and FF. RGB value is (10,207,255). Sum of RGB (Red+Green+Blue) = 10+207+255=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ACFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACFFF is #F53000. Grayscale: #999999. Windows color (decimal): -16068609 or 16764682. OLE color: 16764682.
HSL color Cylindrical-coordinate representation of color #0ACFFF: hue angle of 191.76º 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 #0ACFFF is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 207 | 255 | - |
| CMYK | 0.96 | 0.19 | 0 | 0 |
| HSL | 191.76º | 1% | 0.52% | - |
| HSV(B) | 191.76º | 0.96% | 1% | - |
| XYZ | 40.49 | 51.91 | 102.49 | - |
| YUV | 153.57 | 185.23 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 255 | 0.96 | 0.19 | 0 | 0 | 191.76 | 1 | 0.52 |
| Hex | A | CF | FF | 60 | 13 | 0 | 0 | C0 | 64 | 34 |
| Octal | 12 | 317 | 377 | 140 | 23 | 0 | 0 | 300 | 144 | 64 |
| Binary | 1010 | 11001111 | 11111111 | 1100000 | 10011 | 0 | 0 | 11000000 | 1100100 | 110100 |
Color Harmonies of #0ACFFF
Complementary color
Monochromatic Colors of #0ACFFF
Black with #0ACFFF
Text Example
Text Example
White with #0ACFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACFFF; }
p { color: rgb(10,207,255); }
H1.HeaderClassName
{
color: #0ACFFF;
}
.AnyTagClassName
{
color: #0ACFFF;
}
</style>
background-color css
<style>
a { background-color: #0ACFFF; }
a { background-color: rgb(10,207,255); }
div.DivClassName
{
background-color: #0ACFFF;
}
.BgClassName
{
background-color: #0ACFFF;
}
</style>
border-color css
<style>
span { border-color: #0ACFFF; }
span { border-color: rgb(10,207,255); }
td.TdClassName
{
border-color: #0ACFFF;
}
.TagClassName
{
border-color: #0ACFFF;
}
</style>