Shades of Deep Sky Blue #01A3FE
Tints of Deep Sky Blue #01A3FE
RGB
CMYK
RGB Variations
Color information
#01A3FE (or 0x01A3FE) is known color: Deep Sky Blue. HEX triplet: 01, A3 and FE. RGB value is (1,163,254). Sum of RGB (Red+Green+Blue) = 1+163+254=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #01A3FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A3FE is #FE5C01. Grayscale: #7C7C7C. Windows color (decimal): -16669698 or 16687873. OLE color: 16687873.
HSL color Cylindrical-coordinate representation of color #01A3FE: hue angle of 201.58º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A3FE is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 163 | 254 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.00 |
| HSL | 201.58º | 0.99% | 0.5% | - |
| HSV(B) | 201.58º | 1% | 1% | - |
| XYZ | 31 | 33.36 | 98.57 | - |
| YUV | 124.94 | 200.83 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 254 | 1.00 | 0.36 | 0 | 0.00 | 201.58 | 0.99 | 0.5 |
| Hex | 1 | A3 | FE | 64 | 24 | 0 | 0 | CA | 63 | 32 |
| Octal | 1 | 243 | 376 | 144 | 44 | 0 | 0 | 312 | 143 | 62 |
| Binary | 1 | 10100011 | 11111110 | 1100100 | 100100 | 0 | 0 | 11001010 | 1100011 | 110010 |
Color Harmonies of #01A3FE
Complementary color
Monochromatic Colors of #01A3FE
Black with #01A3FE
Text Example
Text Example
White with #01A3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A3FE; }
p { color: rgb(1,163,254); }
H1.HeaderClassName
{
color: #01A3FE;
}
.AnyTagClassName
{
color: #01A3FE;
}
</style>
background-color css
<style>
a { background-color: #01A3FE; }
a { background-color: rgb(1,163,254); }
div.DivClassName
{
background-color: #01A3FE;
}
.BgClassName
{
background-color: #01A3FE;
}
</style>
border-color css
<style>
span { border-color: #01A3FE; }
span { border-color: rgb(1,163,254); }
td.TdClassName
{
border-color: #01A3FE;
}
.TagClassName
{
border-color: #01A3FE;
}
</style>