Shades of Deep Sky Blue #00ABE5
Tints of Deep Sky Blue #00ABE5
RGB
CMYK
RGB Variations
Color information
#00ABE5 (or 0x00ABE5) is known color: Deep Sky Blue. HEX triplet: 00, AB and E5. RGB value is (0,171,229). Sum of RGB (Red+Green+Blue) = 0+171+229=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #00ABE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABE5 is #FF541A. Grayscale: #7E7E7E. Windows color (decimal): -16733211 or 15051520. OLE color: 15051520.
HSL color Cylindrical-coordinate representation of color #00ABE5: hue angle of 195.2º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABE5 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 171 | 229 | - |
| CMYK | 1 | 0.25 | 0 | 0.10 |
| HSL | 195.2º | 1% | 0.45% | - |
| HSV(B) | 195.2º | 1% | 0.9% | - |
| XYZ | 28.71 | 34.78 | 79.33 | - |
| YUV | 126.48 | 185.85 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 229 | 1 | 0.25 | 0 | 0.10 | 195.2 | 1 | 0.45 |
| Hex | 0 | AB | E5 | 64 | 19 | 0 | A | C3 | 64 | 2D |
| Octal | 0 | 253 | 345 | 144 | 31 | 0 | 12 | 303 | 144 | 55 |
| Binary | 0 | 10101011 | 11100101 | 1100100 | 11001 | 0 | 1010 | 11000011 | 1100100 | 101101 |
Color Harmonies of #00ABE5
Complementary color
Monochromatic Colors of #00ABE5
Black with #00ABE5
Text Example
Text Example
White with #00ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABE5; }
p { color: rgb(0,171,229); }
H1.HeaderClassName
{
color: #00ABE5;
}
.AnyTagClassName
{
color: #00ABE5;
}
</style>
background-color css
<style>
a { background-color: #00ABE5; }
a { background-color: rgb(0,171,229); }
div.DivClassName
{
background-color: #00ABE5;
}
.BgClassName
{
background-color: #00ABE5;
}
</style>
border-color css
<style>
span { border-color: #00ABE5; }
span { border-color: rgb(0,171,229); }
td.TdClassName
{
border-color: #00ABE5;
}
.TagClassName
{
border-color: #00ABE5;
}
</style>