Shades of Deep Sky Blue #03C6EE
Tints of Deep Sky Blue #03C6EE
RGB
CMYK
RGB Variations
Color information
#03C6EE (or 0x03C6EE) is known color: Deep Sky Blue. HEX triplet: 03, C6 and EE. RGB value is (3,198,238). Sum of RGB (Red+Green+Blue) = 3+198+238=439 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #03C6EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C6EE is #FC3911. Grayscale: #8F8F8F. Windows color (decimal): -16529682 or 15648259. OLE color: 15648259.
HSL color Cylindrical-coordinate representation of color #03C6EE: hue angle of 190.21º 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 #03C6EE is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 198 | 238 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.07 |
| HSL | 190.21º | 0.98% | 0.47% | - |
| HSV(B) | 190.21º | 0.99% | 0.93% | - |
| XYZ | 35.66 | 46.58 | 88 | - |
| YUV | 144.26 | 180.9 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 238 | 0.99 | 0.17 | 0 | 0.07 | 190.21 | 0.98 | 0.47 |
| Hex | 3 | C6 | EE | 63 | 11 | 0 | 7 | BE | 62 | 2F |
| Octal | 3 | 306 | 356 | 143 | 21 | 0 | 7 | 276 | 142 | 57 |
| Binary | 11 | 11000110 | 11101110 | 1100011 | 10001 | 0 | 111 | 10111110 | 1100010 | 101111 |
Color Harmonies of #03C6EE
Complementary color
Monochromatic Colors of #03C6EE
Black with #03C6EE
Text Example
Text Example
White with #03C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C6EE; }
p { color: rgb(3,198,238); }
H1.HeaderClassName
{
color: #03C6EE;
}
.AnyTagClassName
{
color: #03C6EE;
}
</style>
background-color css
<style>
a { background-color: #03C6EE; }
a { background-color: rgb(3,198,238); }
div.DivClassName
{
background-color: #03C6EE;
}
.BgClassName
{
background-color: #03C6EE;
}
</style>
border-color css
<style>
span { border-color: #03C6EE; }
span { border-color: rgb(3,198,238); }
td.TdClassName
{
border-color: #03C6EE;
}
.TagClassName
{
border-color: #03C6EE;
}
</style>