Shades of Deep Sky Blue #03ADE6
Tints of Deep Sky Blue #03ADE6
RGB
CMYK
RGB Variations
Color information
#03ADE6 (or 0x03ADE6) is known color: Deep Sky Blue. HEX triplet: 03, AD and E6. RGB value is (3,173,230). Sum of RGB (Red+Green+Blue) = 3+173+230=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #03ADE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ADE6 is #FC5219. Grayscale: #808080. Windows color (decimal): -16536090 or 15117571. OLE color: 15117571.
HSL color Cylindrical-coordinate representation of color #03ADE6: hue angle of 195.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADE6 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 173 | 230 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.10 |
| HSL | 195.07º | 0.97% | 0.46% | - |
| HSV(B) | 195.07º | 0.99% | 0.9% | - |
| XYZ | 29.26 | 35.62 | 80.2 | - |
| YUV | 128.67 | 185.18 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 230 | 0.99 | 0.25 | 0 | 0.10 | 195.07 | 0.97 | 0.46 |
| Hex | 3 | AD | E6 | 63 | 19 | 0 | A | C3 | 61 | 2E |
| Octal | 3 | 255 | 346 | 143 | 31 | 0 | 12 | 303 | 141 | 56 |
| Binary | 11 | 10101101 | 11100110 | 1100011 | 11001 | 0 | 1010 | 11000011 | 1100001 | 101110 |
Color Harmonies of #03ADE6
Complementary color
Monochromatic Colors of #03ADE6
Black with #03ADE6
Text Example
Text Example
White with #03ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADE6; }
p { color: rgb(3,173,230); }
H1.HeaderClassName
{
color: #03ADE6;
}
.AnyTagClassName
{
color: #03ADE6;
}
</style>
background-color css
<style>
a { background-color: #03ADE6; }
a { background-color: rgb(3,173,230); }
div.DivClassName
{
background-color: #03ADE6;
}
.BgClassName
{
background-color: #03ADE6;
}
</style>
border-color css
<style>
span { border-color: #03ADE6; }
span { border-color: rgb(3,173,230); }
td.TdClassName
{
border-color: #03ADE6;
}
.TagClassName
{
border-color: #03ADE6;
}
</style>