Shades of Deep Sky Blue #00A3FC
Tints of Deep Sky Blue #00A3FC
RGB
CMYK
RGB Variations
Color information
#00A3FC (or 0x00A3FC) is known color: Deep Sky Blue. HEX triplet: 00, A3 and FC. RGB value is (0,163,252). Sum of RGB (Red+Green+Blue) = 0+163+252=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #00A3FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A3FC is #FF5C03. Grayscale: #7B7B7B. Windows color (decimal): -16735236 or 16556800. OLE color: 16556800.
HSL color Cylindrical-coordinate representation of color #00A3FC: hue angle of 201.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A3FC is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 163 | 252 | - |
| CMYK | 1 | 0.35 | 0 | 0.01 |
| HSL | 201.19º | 1% | 0.49% | - |
| HSV(B) | 201.19º | 1% | 0.99% | - |
| XYZ | 30.67 | 33.22 | 96.89 | - |
| YUV | 124.41 | 200 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 163 | 252 | 1 | 0.35 | 0 | 0.01 | 201.19 | 1 | 0.49 |
| Hex | 0 | A3 | FC | 64 | 23 | 0 | 1 | C9 | 64 | 31 |
| Octal | 0 | 243 | 374 | 144 | 43 | 0 | 1 | 311 | 144 | 61 |
| Binary | 0 | 10100011 | 11111100 | 1100100 | 100011 | 0 | 1 | 11001001 | 1100100 | 110001 |
Color Harmonies of #00A3FC
Complementary color
Monochromatic Colors of #00A3FC
Black with #00A3FC
Text Example
Text Example
White with #00A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A3FC; }
p { color: rgb(0,163,252); }
H1.HeaderClassName
{
color: #00A3FC;
}
.AnyTagClassName
{
color: #00A3FC;
}
</style>
background-color css
<style>
a { background-color: #00A3FC; }
a { background-color: rgb(0,163,252); }
div.DivClassName
{
background-color: #00A3FC;
}
.BgClassName
{
background-color: #00A3FC;
}
</style>
border-color css
<style>
span { border-color: #00A3FC; }
span { border-color: rgb(0,163,252); }
td.TdClassName
{
border-color: #00A3FC;
}
.TagClassName
{
border-color: #00A3FC;
}
</style>