Shades of Deep Sky Blue #03ADE7
Tints of Deep Sky Blue #03ADE7
RGB
CMYK
RGB Variations
Color information
#03ADE7 (or 0x03ADE7) is known color: Deep Sky Blue. HEX triplet: 03, AD and E7. RGB value is (3,173,231). Sum of RGB (Red+Green+Blue) = 3+173+231=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #03ADE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ADE7 is #FC5218. Grayscale: #808080. Windows color (decimal): -16536089 or 15183107. OLE color: 15183107.
HSL color Cylindrical-coordinate representation of color #03ADE7: hue angle of 195.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADE7 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 173 | 231 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.09 |
| HSL | 195.26º | 0.97% | 0.46% | - |
| HSV(B) | 195.26º | 0.99% | 0.91% | - |
| XYZ | 29.4 | 35.68 | 80.94 | - |
| YUV | 128.78 | 185.68 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 231 | 0.99 | 0.25 | 0 | 0.09 | 195.26 | 0.97 | 0.46 |
| Hex | 3 | AD | E7 | 63 | 19 | 0 | 9 | C3 | 61 | 2E |
| Octal | 3 | 255 | 347 | 143 | 31 | 0 | 11 | 303 | 141 | 56 |
| Binary | 11 | 10101101 | 11100111 | 1100011 | 11001 | 0 | 1001 | 11000011 | 1100001 | 101110 |
Color Harmonies of #03ADE7
Complementary color
Monochromatic Colors of #03ADE7
Black with #03ADE7
Text Example
Text Example
White with #03ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADE7; }
p { color: rgb(3,173,231); }
H1.HeaderClassName
{
color: #03ADE7;
}
.AnyTagClassName
{
color: #03ADE7;
}
</style>
background-color css
<style>
a { background-color: #03ADE7; }
a { background-color: rgb(3,173,231); }
div.DivClassName
{
background-color: #03ADE7;
}
.BgClassName
{
background-color: #03ADE7;
}
</style>
border-color css
<style>
span { border-color: #03ADE7; }
span { border-color: rgb(3,173,231); }
td.TdClassName
{
border-color: #03ADE7;
}
.TagClassName
{
border-color: #03ADE7;
}
</style>