Shades of Deep Sky Blue #03ADE5
Tints of Deep Sky Blue #03ADE5
RGB
CMYK
RGB Variations
Color information
#03ADE5 (or 0x03ADE5) is known color: Deep Sky Blue. HEX triplet: 03, AD and E5. RGB value is (3,173,229). Sum of RGB (Red+Green+Blue) = 3+173+229=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #03ADE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADE5 is #FC521A. Grayscale: #808080. Windows color (decimal): -16536091 or 15052035. OLE color: 15052035.
HSL color Cylindrical-coordinate representation of color #03ADE5: hue angle of 194.87º 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 #03ADE5 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 173 | 229 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.10 |
| HSL | 194.87º | 0.97% | 0.45% | - |
| HSV(B) | 194.87º | 0.99% | 0.9% | - |
| XYZ | 29.12 | 35.56 | 79.46 | - |
| YUV | 128.55 | 184.68 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 229 | 0.99 | 0.24 | 0 | 0.10 | 194.87 | 0.97 | 0.45 |
| Hex | 3 | AD | E5 | 63 | 18 | 0 | A | C3 | 61 | 2D |
| Octal | 3 | 255 | 345 | 143 | 30 | 0 | 12 | 303 | 141 | 55 |
| Binary | 11 | 10101101 | 11100101 | 1100011 | 11000 | 0 | 1010 | 11000011 | 1100001 | 101101 |
Color Harmonies of #03ADE5
Complementary color
Monochromatic Colors of #03ADE5
Black with #03ADE5
Text Example
Text Example
White with #03ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADE5; }
p { color: rgb(3,173,229); }
H1.HeaderClassName
{
color: #03ADE5;
}
.AnyTagClassName
{
color: #03ADE5;
}
</style>
background-color css
<style>
a { background-color: #03ADE5; }
a { background-color: rgb(3,173,229); }
div.DivClassName
{
background-color: #03ADE5;
}
.BgClassName
{
background-color: #03ADE5;
}
</style>
border-color css
<style>
span { border-color: #03ADE5; }
span { border-color: rgb(3,173,229); }
td.TdClassName
{
border-color: #03ADE5;
}
.TagClassName
{
border-color: #03ADE5;
}
</style>