Shades of Deep Sky Blue #03C6EC
Tints of Deep Sky Blue #03C6EC
RGB
CMYK
RGB Variations
Color information
#03C6EC (or 0x03C6EC) is known color: Deep Sky Blue. HEX triplet: 03, C6 and EC. RGB value is (3,198,236). Sum of RGB (Red+Green+Blue) = 3+198+236=437 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #03C6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C6EC is #FC3913. Grayscale: #8F8F8F. Windows color (decimal): -16529684 or 15517187. OLE color: 15517187.
HSL color Cylindrical-coordinate representation of color #03C6EC: hue angle of 189.79º degrees, saturation: 0.97, 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 #03C6EC is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 198 | 236 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.07 |
| HSL | 189.79º | 0.97% | 0.47% | - |
| HSV(B) | 189.79º | 0.99% | 0.93% | - |
| XYZ | 35.37 | 46.46 | 86.46 | - |
| YUV | 144.03 | 179.9 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 236 | 0.99 | 0.16 | 0 | 0.07 | 189.79 | 0.97 | 0.47 |
| Hex | 3 | C6 | EC | 63 | 10 | 0 | 7 | BE | 61 | 2F |
| Octal | 3 | 306 | 354 | 143 | 20 | 0 | 7 | 276 | 141 | 57 |
| Binary | 11 | 11000110 | 11101100 | 1100011 | 10000 | 0 | 111 | 10111110 | 1100001 | 101111 |
Color Harmonies of #03C6EC
Complementary color
Monochromatic Colors of #03C6EC
Black with #03C6EC
Text Example
Text Example
White with #03C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C6EC; }
p { color: rgb(3,198,236); }
H1.HeaderClassName
{
color: #03C6EC;
}
.AnyTagClassName
{
color: #03C6EC;
}
</style>
background-color css
<style>
a { background-color: #03C6EC; }
a { background-color: rgb(3,198,236); }
div.DivClassName
{
background-color: #03C6EC;
}
.BgClassName
{
background-color: #03C6EC;
}
</style>
border-color css
<style>
span { border-color: #03C6EC; }
span { border-color: rgb(3,198,236); }
td.TdClassName
{
border-color: #03C6EC;
}
.TagClassName
{
border-color: #03C6EC;
}
</style>