Shades of Deep Sky Blue #03ABE5
Tints of Deep Sky Blue #03ABE5
RGB
CMYK
RGB Variations
Color information
#03ABE5 (or 0x03ABE5) is known color: Deep Sky Blue. HEX triplet: 03, AB and E5. RGB value is (3,171,229). Sum of RGB (Red+Green+Blue) = 3+171+229=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #03ABE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ABE5 is #FC541A. Grayscale: #7E7E7E. Windows color (decimal): -16536603 or 15051523. OLE color: 15051523.
HSL color Cylindrical-coordinate representation of color #03ABE5: hue angle of 195.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ABE5 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 171 | 229 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.10 |
| HSL | 195.4º | 0.97% | 0.45% | - |
| HSV(B) | 195.4º | 0.99% | 0.9% | - |
| XYZ | 28.74 | 34.8 | 79.33 | - |
| YUV | 127.38 | 185.34 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 229 | 0.99 | 0.25 | 0 | 0.10 | 195.4 | 0.97 | 0.45 |
| Hex | 3 | AB | E5 | 63 | 19 | 0 | A | C3 | 61 | 2D |
| Octal | 3 | 253 | 345 | 143 | 31 | 0 | 12 | 303 | 141 | 55 |
| Binary | 11 | 10101011 | 11100101 | 1100011 | 11001 | 0 | 1010 | 11000011 | 1100001 | 101101 |
Color Harmonies of #03ABE5
Complementary color
Monochromatic Colors of #03ABE5
Black with #03ABE5
Text Example
Text Example
White with #03ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ABE5; }
p { color: rgb(3,171,229); }
H1.HeaderClassName
{
color: #03ABE5;
}
.AnyTagClassName
{
color: #03ABE5;
}
</style>
background-color css
<style>
a { background-color: #03ABE5; }
a { background-color: rgb(3,171,229); }
div.DivClassName
{
background-color: #03ABE5;
}
.BgClassName
{
background-color: #03ABE5;
}
</style>
border-color css
<style>
span { border-color: #03ABE5; }
span { border-color: rgb(3,171,229); }
td.TdClassName
{
border-color: #03ABE5;
}
.TagClassName
{
border-color: #03ABE5;
}
</style>