Shades of Deep Sky Blue #03A1EE
Tints of Deep Sky Blue #03A1EE
RGB
CMYK
RGB Variations
Color information
#03A1EE (or 0x03A1EE) is known color: Deep Sky Blue. HEX triplet: 03, A1 and EE. RGB value is (3,161,238). Sum of RGB (Red+Green+Blue) = 3+161+238=402 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #03A1EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A1EE is #FC5E11. Grayscale: #7A7A7A. Windows color (decimal): -16539154 or 15638787. OLE color: 15638787.
HSL color Cylindrical-coordinate representation of color #03A1EE: hue angle of 199.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A1EE is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 161 | 238 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.07 |
| HSL | 199.66º | 0.98% | 0.47% | - |
| HSV(B) | 199.66º | 0.99% | 0.93% | - |
| XYZ | 28.22 | 31.68 | 85.52 | - |
| YUV | 122.54 | 193.15 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 161 | 238 | 0.99 | 0.32 | 0 | 0.07 | 199.66 | 0.98 | 0.47 |
| Hex | 3 | A1 | EE | 63 | 20 | 0 | 7 | C8 | 62 | 2F |
| Octal | 3 | 241 | 356 | 143 | 40 | 0 | 7 | 310 | 142 | 57 |
| Binary | 11 | 10100001 | 11101110 | 1100011 | 100000 | 0 | 111 | 11001000 | 1100010 | 101111 |
Color Harmonies of #03A1EE
Complementary color
Monochromatic Colors of #03A1EE
Black with #03A1EE
Text Example
Text Example
White with #03A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A1EE; }
p { color: rgb(3,161,238); }
H1.HeaderClassName
{
color: #03A1EE;
}
.AnyTagClassName
{
color: #03A1EE;
}
</style>
background-color css
<style>
a { background-color: #03A1EE; }
a { background-color: rgb(3,161,238); }
div.DivClassName
{
background-color: #03A1EE;
}
.BgClassName
{
background-color: #03A1EE;
}
</style>
border-color css
<style>
span { border-color: #03A1EE; }
span { border-color: rgb(3,161,238); }
td.TdClassName
{
border-color: #03A1EE;
}
.TagClassName
{
border-color: #03A1EE;
}
</style>