Shades of Deep Sky Blue #03CBEC
Tints of Deep Sky Blue #03CBEC
RGB
CMYK
RGB Variations
Color information
#03CBEC (or 0x03CBEC) is known color: Deep Sky Blue. HEX triplet: 03, CB and EC. RGB value is (3,203,236). Sum of RGB (Red+Green+Blue) = 3+203+236=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #03CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CBEC is #FC3413. Grayscale: #929292. Windows color (decimal): -16528404 or 15518467. OLE color: 15518467.
HSL color Cylindrical-coordinate representation of color #03CBEC: hue angle of 188.5º 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 #03CBEC is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 203 | 236 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.07 |
| HSL | 188.5º | 0.97% | 0.47% | - |
| HSV(B) | 188.5º | 0.99% | 0.93% | - |
| XYZ | 36.53 | 48.79 | 86.85 | - |
| YUV | 146.96 | 178.24 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 236 | 0.99 | 0.14 | 0 | 0.07 | 188.5 | 0.97 | 0.47 |
| Hex | 3 | CB | EC | 63 | E | 0 | 7 | BC | 61 | 2F |
| Octal | 3 | 313 | 354 | 143 | 16 | 0 | 7 | 274 | 141 | 57 |
| Binary | 11 | 11001011 | 11101100 | 1100011 | 1110 | 0 | 111 | 10111100 | 1100001 | 101111 |
Color Harmonies of #03CBEC
Complementary color
Monochromatic Colors of #03CBEC
Black with #03CBEC
Text Example
Text Example
White with #03CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBEC; }
p { color: rgb(3,203,236); }
H1.HeaderClassName
{
color: #03CBEC;
}
.AnyTagClassName
{
color: #03CBEC;
}
</style>
background-color css
<style>
a { background-color: #03CBEC; }
a { background-color: rgb(3,203,236); }
div.DivClassName
{
background-color: #03CBEC;
}
.BgClassName
{
background-color: #03CBEC;
}
</style>
border-color css
<style>
span { border-color: #03CBEC; }
span { border-color: rgb(3,203,236); }
td.TdClassName
{
border-color: #03CBEC;
}
.TagClassName
{
border-color: #03CBEC;
}
</style>