Shades of Deep Sky Blue #0ACCF0
Tints of Deep Sky Blue #0ACCF0
RGB
CMYK
RGB Variations
Color information
#0ACCF0 (or 0x0ACCF0) is known color: Deep Sky Blue. HEX triplet: 0A, CC and F0. RGB value is (10,204,240). Sum of RGB (Red+Green+Blue) = 10+204+240=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ACCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACCF0 is #F5330F. Grayscale: #959595. Windows color (decimal): -16069392 or 15780874. OLE color: 15780874.
HSL color Cylindrical-coordinate representation of color #0ACCF0: hue angle of 189.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACCF0 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 204 | 240 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.06 |
| HSL | 189.39º | 0.92% | 0.49% | - |
| HSV(B) | 189.39º | 0.96% | 0.94% | - |
| XYZ | 37.45 | 49.54 | 90.03 | - |
| YUV | 150.1 | 178.73 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 240 | 0.96 | 0.15 | 0 | 0.06 | 189.39 | 0.92 | 0.49 |
| Hex | A | CC | F0 | 60 | F | 0 | 6 | BD | 5C | 31 |
| Octal | 12 | 314 | 360 | 140 | 17 | 0 | 6 | 275 | 134 | 61 |
| Binary | 1010 | 11001100 | 11110000 | 1100000 | 1111 | 0 | 110 | 10111101 | 1011100 | 110001 |
Color Harmonies of #0ACCF0
Complementary color
Monochromatic Colors of #0ACCF0
Black with #0ACCF0
Text Example
Text Example
White with #0ACCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCF0; }
p { color: rgb(10,204,240); }
H1.HeaderClassName
{
color: #0ACCF0;
}
.AnyTagClassName
{
color: #0ACCF0;
}
</style>
background-color css
<style>
a { background-color: #0ACCF0; }
a { background-color: rgb(10,204,240); }
div.DivClassName
{
background-color: #0ACCF0;
}
.BgClassName
{
background-color: #0ACCF0;
}
</style>
border-color css
<style>
span { border-color: #0ACCF0; }
span { border-color: rgb(10,204,240); }
td.TdClassName
{
border-color: #0ACCF0;
}
.TagClassName
{
border-color: #0ACCF0;
}
</style>