Shades of Deep Sky Blue #0ACCFB
Tints of Deep Sky Blue #0ACCFB
RGB
CMYK
RGB Variations
Color information
#0ACCFB (or 0x0ACCFB) is known color: Deep Sky Blue. HEX triplet: 0A, CC and FB. RGB value is (10,204,251). Sum of RGB (Red+Green+Blue) = 10+204+251=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ACCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACCFB is #F53304. Grayscale: #969696. Windows color (decimal): -16069381 or 16501770. OLE color: 16501770.
HSL color Cylindrical-coordinate representation of color #0ACCFB: hue angle of 191.7º degrees, saturation: 0.97, 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 #0ACCFB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 204 | 251 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.02 |
| HSL | 191.7º | 0.97% | 0.51% | - |
| HSV(B) | 191.7º | 0.96% | 0.98% | - |
| XYZ | 39.13 | 50.22 | 98.9 | - |
| YUV | 151.35 | 184.23 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 251 | 0.96 | 0.19 | 0 | 0.02 | 191.7 | 0.97 | 0.51 |
| Hex | A | CC | FB | 60 | 13 | 0 | 2 | C0 | 61 | 33 |
| Octal | 12 | 314 | 373 | 140 | 23 | 0 | 2 | 300 | 141 | 63 |
| Binary | 1010 | 11001100 | 11111011 | 1100000 | 10011 | 0 | 10 | 11000000 | 1100001 | 110011 |
Color Harmonies of #0ACCFB
Complementary color
Monochromatic Colors of #0ACCFB
Black with #0ACCFB
Text Example
Text Example
White with #0ACCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCFB; }
p { color: rgb(10,204,251); }
H1.HeaderClassName
{
color: #0ACCFB;
}
.AnyTagClassName
{
color: #0ACCFB;
}
</style>
background-color css
<style>
a { background-color: #0ACCFB; }
a { background-color: rgb(10,204,251); }
div.DivClassName
{
background-color: #0ACCFB;
}
.BgClassName
{
background-color: #0ACCFB;
}
</style>
border-color css
<style>
span { border-color: #0ACCFB; }
span { border-color: rgb(10,204,251); }
td.TdClassName
{
border-color: #0ACCFB;
}
.TagClassName
{
border-color: #0ACCFB;
}
</style>