Shades of Deep Sky Blue #00A3EB
Tints of Deep Sky Blue #00A3EB
RGB
CMYK
RGB Variations
Color information
#00A3EB (or 0x00A3EB) is known color: Deep Sky Blue. HEX triplet: 00, A3 and EB. RGB value is (0,163,235). Sum of RGB (Red+Green+Blue) = 0+163+235=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #00A3EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A3EB is #FF5C14. Grayscale: #7A7A7A. Windows color (decimal): -16735253 or 15442688. OLE color: 15442688.
HSL color Cylindrical-coordinate representation of color #00A3EB: hue angle of 198.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A3EB is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 163 | 235 | - |
| CMYK | 1 | 0.31 | 0 | 0.08 |
| HSL | 198.38º | 1% | 0.46% | - |
| HSV(B) | 198.38º | 1% | 0.92% | - |
| XYZ | 28.09 | 32.19 | 83.33 | - |
| YUV | 122.47 | 191.5 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 163 | 235 | 1 | 0.31 | 0 | 0.08 | 198.38 | 1 | 0.46 |
| Hex | 0 | A3 | EB | 64 | 1F | 0 | 8 | C6 | 64 | 2E |
| Octal | 0 | 243 | 353 | 144 | 37 | 0 | 10 | 306 | 144 | 56 |
| Binary | 0 | 10100011 | 11101011 | 1100100 | 11111 | 0 | 1000 | 11000110 | 1100100 | 101110 |
Color Harmonies of #00A3EB
Complementary color
Monochromatic Colors of #00A3EB
Black with #00A3EB
Text Example
Text Example
White with #00A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A3EB; }
p { color: rgb(0,163,235); }
H1.HeaderClassName
{
color: #00A3EB;
}
.AnyTagClassName
{
color: #00A3EB;
}
</style>
background-color css
<style>
a { background-color: #00A3EB; }
a { background-color: rgb(0,163,235); }
div.DivClassName
{
background-color: #00A3EB;
}
.BgClassName
{
background-color: #00A3EB;
}
</style>
border-color css
<style>
span { border-color: #00A3EB; }
span { border-color: rgb(0,163,235); }
td.TdClassName
{
border-color: #00A3EB;
}
.TagClassName
{
border-color: #00A3EB;
}
</style>