Shades of Deep Sky Blue #03A8EE
Tints of Deep Sky Blue #03A8EE
RGB
CMYK
RGB Variations
Color information
#03A8EE (or 0x03A8EE) is known color: Deep Sky Blue. HEX triplet: 03, A8 and EE. RGB value is (3,168,238). Sum of RGB (Red+Green+Blue) = 3+168+238=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #03A8EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A8EE is #FC5711. Grayscale: #7E7E7E. Windows color (decimal): -16537362 or 15640579. OLE color: 15640579.
HSL color Cylindrical-coordinate representation of color #03A8EE: hue angle of 197.87º 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 #03A8EE is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 168 | 238 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.07 |
| HSL | 197.87º | 0.98% | 0.47% | - |
| HSV(B) | 197.87º | 0.99% | 0.93% | - |
| XYZ | 29.47 | 34.2 | 85.94 | - |
| YUV | 126.65 | 190.84 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 168 | 238 | 0.99 | 0.29 | 0 | 0.07 | 197.87 | 0.98 | 0.47 |
| Hex | 3 | A8 | EE | 63 | 1D | 0 | 7 | C6 | 62 | 2F |
| Octal | 3 | 250 | 356 | 143 | 35 | 0 | 7 | 306 | 142 | 57 |
| Binary | 11 | 10101000 | 11101110 | 1100011 | 11101 | 0 | 111 | 11000110 | 1100010 | 101111 |
Color Harmonies of #03A8EE
Complementary color
Monochromatic Colors of #03A8EE
Black with #03A8EE
Text Example
Text Example
White with #03A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A8EE; }
p { color: rgb(3,168,238); }
H1.HeaderClassName
{
color: #03A8EE;
}
.AnyTagClassName
{
color: #03A8EE;
}
</style>
background-color css
<style>
a { background-color: #03A8EE; }
a { background-color: rgb(3,168,238); }
div.DivClassName
{
background-color: #03A8EE;
}
.BgClassName
{
background-color: #03A8EE;
}
</style>
border-color css
<style>
span { border-color: #03A8EE; }
span { border-color: rgb(3,168,238); }
td.TdClassName
{
border-color: #03A8EE;
}
.TagClassName
{
border-color: #03A8EE;
}
</style>