Shades of Deep Sky Blue #01A3F4
Tints of Deep Sky Blue #01A3F4
RGB
CMYK
RGB Variations
Color information
#01A3F4 (or 0x01A3F4) is known color: Deep Sky Blue. HEX triplet: 01, A3 and F4. RGB value is (1,163,244). Sum of RGB (Red+Green+Blue) = 1+163+244=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 244 (95.70% from 255 or 59.80% from 408); Max value from RGB is 244 - color contains mainly: blue. Hex color #01A3F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A3F4 is #FE5C0B. Grayscale: #7B7B7B. Windows color (decimal): -16669708 or 16032513. OLE color: 16032513.
HSL color Cylindrical-coordinate representation of color #01A3F4: hue angle of 200º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A3F4 is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 163 | 244 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.04 |
| HSL | 200º | 0.99% | 0.48% | - |
| HSV(B) | 200º | 1% | 0.96% | - |
| XYZ | 29.44 | 32.73 | 90.35 | - |
| YUV | 123.8 | 195.83 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 244 | 1.00 | 0.33 | 0 | 0.04 | 200 | 0.99 | 0.48 |
| Hex | 1 | A3 | F4 | 64 | 21 | 0 | 4 | C8 | 63 | 30 |
| Octal | 1 | 243 | 364 | 144 | 41 | 0 | 4 | 310 | 143 | 60 |
| Binary | 1 | 10100011 | 11110100 | 1100100 | 100001 | 0 | 100 | 11001000 | 1100011 | 110000 |
Color Harmonies of #01A3F4
Complementary color
Monochromatic Colors of #01A3F4
Black with #01A3F4
Text Example
Text Example
White with #01A3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A3F4; }
p { color: rgb(1,163,244); }
H1.HeaderClassName
{
color: #01A3F4;
}
.AnyTagClassName
{
color: #01A3F4;
}
</style>
background-color css
<style>
a { background-color: #01A3F4; }
a { background-color: rgb(1,163,244); }
div.DivClassName
{
background-color: #01A3F4;
}
.BgClassName
{
background-color: #01A3F4;
}
</style>
border-color css
<style>
span { border-color: #01A3F4; }
span { border-color: rgb(1,163,244); }
td.TdClassName
{
border-color: #01A3F4;
}
.TagClassName
{
border-color: #01A3F4;
}
</style>