Shades of Deep Sky Blue #00A1EA
Tints of Deep Sky Blue #00A1EA
RGB
CMYK
RGB Variations
Color information
#00A1EA (or 0x00A1EA) is known color: Deep Sky Blue. HEX triplet: 00, A1 and EA. RGB value is (0,161,234). Sum of RGB (Red+Green+Blue) = 0+161+234=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #00A1EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A1EA is #FF5E15. Grayscale: #787878. Windows color (decimal): -16735766 or 15376640. OLE color: 15376640.
HSL color Cylindrical-coordinate representation of color #00A1EA: hue angle of 198.72º 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 #00A1EA is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 161 | 234 | - |
| CMYK | 1 | 0.31 | 0 | 0.08 |
| HSL | 198.72º | 1% | 0.46% | - |
| HSV(B) | 198.72º | 1% | 0.92% | - |
| XYZ | 27.6 | 31.43 | 82.45 | - |
| YUV | 121.18 | 191.66 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 161 | 234 | 1 | 0.31 | 0 | 0.08 | 198.72 | 1 | 0.46 |
| Hex | 0 | A1 | EA | 64 | 1F | 0 | 8 | C7 | 64 | 2E |
| Octal | 0 | 241 | 352 | 144 | 37 | 0 | 10 | 307 | 144 | 56 |
| Binary | 0 | 10100001 | 11101010 | 1100100 | 11111 | 0 | 1000 | 11000111 | 1100100 | 101110 |
Color Harmonies of #00A1EA
Complementary color
Monochromatic Colors of #00A1EA
Black with #00A1EA
Text Example
Text Example
White with #00A1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A1EA; }
p { color: rgb(0,161,234); }
H1.HeaderClassName
{
color: #00A1EA;
}
.AnyTagClassName
{
color: #00A1EA;
}
</style>
background-color css
<style>
a { background-color: #00A1EA; }
a { background-color: rgb(0,161,234); }
div.DivClassName
{
background-color: #00A1EA;
}
.BgClassName
{
background-color: #00A1EA;
}
</style>
border-color css
<style>
span { border-color: #00A1EA; }
span { border-color: rgb(0,161,234); }
td.TdClassName
{
border-color: #00A1EA;
}
.TagClassName
{
border-color: #00A1EA;
}
</style>