Shades of Deep Sky Blue #01A0FC
Tints of Deep Sky Blue #01A0FC
RGB
CMYK
RGB Variations
Color information
#01A0FC (or 0x01A0FC) is known color: Deep Sky Blue. HEX triplet: 01, A0 and FC. RGB value is (1,160,252). Sum of RGB (Red+Green+Blue) = 1+160+252=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #01A0FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A0FC is #FE5F03. Grayscale: #7A7A7A. Windows color (decimal): -16670468 or 16556033. OLE color: 16556033.
HSL color Cylindrical-coordinate representation of color #01A0FC: hue angle of 201.99º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A0FC is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 160 | 252 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.01 |
| HSL | 201.99º | 0.99% | 0.5% | - |
| HSV(B) | 201.99º | 1% | 0.99% | - |
| XYZ | 30.15 | 32.18 | 96.72 | - |
| YUV | 122.95 | 200.82 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 252 | 1.00 | 0.37 | 0 | 0.01 | 201.99 | 0.99 | 0.5 |
| Hex | 1 | A0 | FC | 64 | 25 | 0 | 1 | CA | 63 | 32 |
| Octal | 1 | 240 | 374 | 144 | 45 | 0 | 1 | 312 | 143 | 62 |
| Binary | 1 | 10100000 | 11111100 | 1100100 | 100101 | 0 | 1 | 11001010 | 1100011 | 110010 |
Color Harmonies of #01A0FC
Complementary color
Monochromatic Colors of #01A0FC
Black with #01A0FC
Text Example
Text Example
White with #01A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A0FC; }
p { color: rgb(1,160,252); }
H1.HeaderClassName
{
color: #01A0FC;
}
.AnyTagClassName
{
color: #01A0FC;
}
</style>
background-color css
<style>
a { background-color: #01A0FC; }
a { background-color: rgb(1,160,252); }
div.DivClassName
{
background-color: #01A0FC;
}
.BgClassName
{
background-color: #01A0FC;
}
</style>
border-color css
<style>
span { border-color: #01A0FC; }
span { border-color: rgb(1,160,252); }
td.TdClassName
{
border-color: #01A0FC;
}
.TagClassName
{
border-color: #01A0FC;
}
</style>