Shades of Deep Sky Blue #00A3ED
Tints of Deep Sky Blue #00A3ED
RGB
CMYK
RGB Variations
Color information
#00A3ED (or 0x00A3ED) is known color: Deep Sky Blue. HEX triplet: 00, A3 and ED. RGB value is (0,163,237). Sum of RGB (Red+Green+Blue) = 0+163+237=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #00A3ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A3ED is #FF5C12. Grayscale: #7A7A7A. Windows color (decimal): -16735251 or 15573760. OLE color: 15573760.
HSL color Cylindrical-coordinate representation of color #00A3ED: hue angle of 198.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A3ED is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 163 | 237 | - |
| CMYK | 1 | 0.31 | 0 | 0.07 |
| HSL | 198.73º | 1% | 0.46% | - |
| HSV(B) | 198.73º | 1% | 0.93% | - |
| XYZ | 28.38 | 32.31 | 84.86 | - |
| YUV | 122.7 | 192.5 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 163 | 237 | 1 | 0.31 | 0 | 0.07 | 198.73 | 1 | 0.46 |
| Hex | 0 | A3 | ED | 64 | 1F | 0 | 7 | C7 | 64 | 2E |
| Octal | 0 | 243 | 355 | 144 | 37 | 0 | 7 | 307 | 144 | 56 |
| Binary | 0 | 10100011 | 11101101 | 1100100 | 11111 | 0 | 111 | 11000111 | 1100100 | 101110 |
Color Harmonies of #00A3ED
Complementary color
Monochromatic Colors of #00A3ED
Black with #00A3ED
Text Example
Text Example
White with #00A3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A3ED; }
p { color: rgb(0,163,237); }
H1.HeaderClassName
{
color: #00A3ED;
}
.AnyTagClassName
{
color: #00A3ED;
}
</style>
background-color css
<style>
a { background-color: #00A3ED; }
a { background-color: rgb(0,163,237); }
div.DivClassName
{
background-color: #00A3ED;
}
.BgClassName
{
background-color: #00A3ED;
}
</style>
border-color css
<style>
span { border-color: #00A3ED; }
span { border-color: rgb(0,163,237); }
td.TdClassName
{
border-color: #00A3ED;
}
.TagClassName
{
border-color: #00A3ED;
}
</style>