Shades of Deep Sky Blue #0ACBFC
Tints of Deep Sky Blue #0ACBFC
RGB
CMYK
RGB Variations
Color information
#0ACBFC (or 0x0ACBFC) is known color: Deep Sky Blue. HEX triplet: 0A, CB and FC. RGB value is (10,203,252). Sum of RGB (Red+Green+Blue) = 10+203+252=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ACBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACBFC is #F53403. Grayscale: #969696. Windows color (decimal): -16069636 or 16567050. OLE color: 16567050.
HSL color Cylindrical-coordinate representation of color #0ACBFC: hue angle of 192.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACBFC is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 203 | 252 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.01 |
| HSL | 192.15º | 0.98% | 0.51% | - |
| HSV(B) | 192.15º | 0.96% | 0.99% | - |
| XYZ | 39.05 | 49.8 | 99.65 | - |
| YUV | 150.88 | 185.06 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 252 | 0.96 | 0.19 | 0 | 0.01 | 192.15 | 0.98 | 0.51 |
| Hex | A | CB | FC | 60 | 13 | 0 | 1 | C0 | 62 | 33 |
| Octal | 12 | 313 | 374 | 140 | 23 | 0 | 1 | 300 | 142 | 63 |
| Binary | 1010 | 11001011 | 11111100 | 1100000 | 10011 | 0 | 1 | 11000000 | 1100010 | 110011 |
Color Harmonies of #0ACBFC
Complementary color
Monochromatic Colors of #0ACBFC
Black with #0ACBFC
Text Example
Text Example
White with #0ACBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACBFC; }
p { color: rgb(10,203,252); }
H1.HeaderClassName
{
color: #0ACBFC;
}
.AnyTagClassName
{
color: #0ACBFC;
}
</style>
background-color css
<style>
a { background-color: #0ACBFC; }
a { background-color: rgb(10,203,252); }
div.DivClassName
{
background-color: #0ACBFC;
}
.BgClassName
{
background-color: #0ACBFC;
}
</style>
border-color css
<style>
span { border-color: #0ACBFC; }
span { border-color: rgb(10,203,252); }
td.TdClassName
{
border-color: #0ACBFC;
}
.TagClassName
{
border-color: #0ACBFC;
}
</style>