Shades of Deep Sky Blue #0ACAFD
Tints of Deep Sky Blue #0ACAFD
RGB
CMYK
RGB Variations
Color information
#0ACAFD (or 0x0ACAFD) is known color: Deep Sky Blue. HEX triplet: 0A, CA and FD. RGB value is (10,202,253). Sum of RGB (Red+Green+Blue) = 10+202+253=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ACAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACAFD is #F53502. Grayscale: #969696. Windows color (decimal): -16069891 or 16632330. OLE color: 16632330.
HSL color Cylindrical-coordinate representation of color #0ACAFD: hue angle of 192.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACAFD is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 202 | 253 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.01 |
| HSL | 192.59º | 0.98% | 0.52% | - |
| HSV(B) | 192.59º | 0.96% | 0.99% | - |
| XYZ | 38.98 | 49.4 | 100.41 | - |
| YUV | 150.41 | 185.89 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 202 | 253 | 0.96 | 0.20 | 0 | 0.01 | 192.59 | 0.98 | 0.52 |
| Hex | A | CA | FD | 60 | 14 | 0 | 1 | C1 | 62 | 34 |
| Octal | 12 | 312 | 375 | 140 | 24 | 0 | 1 | 301 | 142 | 64 |
| Binary | 1010 | 11001010 | 11111101 | 1100000 | 10100 | 0 | 1 | 11000001 | 1100010 | 110100 |
Color Harmonies of #0ACAFD
Complementary color
Monochromatic Colors of #0ACAFD
Black with #0ACAFD
Text Example
Text Example
White with #0ACAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACAFD; }
p { color: rgb(10,202,253); }
H1.HeaderClassName
{
color: #0ACAFD;
}
.AnyTagClassName
{
color: #0ACAFD;
}
</style>
background-color css
<style>
a { background-color: #0ACAFD; }
a { background-color: rgb(10,202,253); }
div.DivClassName
{
background-color: #0ACAFD;
}
.BgClassName
{
background-color: #0ACAFD;
}
</style>
border-color css
<style>
span { border-color: #0ACAFD; }
span { border-color: rgb(10,202,253); }
td.TdClassName
{
border-color: #0ACAFD;
}
.TagClassName
{
border-color: #0ACAFD;
}
</style>