Shades of Deep Sky Blue #03B3EC
Tints of Deep Sky Blue #03B3EC
RGB
CMYK
RGB Variations
Color information
#03B3EC (or 0x03B3EC) is known color: Deep Sky Blue. HEX triplet: 03, B3 and EC. RGB value is (3,179,236). Sum of RGB (Red+Green+Blue) = 3+179+236=418 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #03B3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B3EC is #FC4C13. Grayscale: #848484. Windows color (decimal): -16534548 or 15512323. OLE color: 15512323.
HSL color Cylindrical-coordinate representation of color #03B3EC: hue angle of 194.68º 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 #03B3EC is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 179 | 236 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.07 |
| HSL | 194.68º | 0.97% | 0.47% | - |
| HSV(B) | 194.68º | 0.99% | 0.93% | - |
| XYZ | 31.3 | 38.32 | 85.1 | - |
| YUV | 132.87 | 186.19 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 179 | 236 | 0.99 | 0.24 | 0 | 0.07 | 194.68 | 0.97 | 0.47 |
| Hex | 3 | B3 | EC | 63 | 18 | 0 | 7 | C3 | 61 | 2F |
| Octal | 3 | 263 | 354 | 143 | 30 | 0 | 7 | 303 | 141 | 57 |
| Binary | 11 | 10110011 | 11101100 | 1100011 | 11000 | 0 | 111 | 11000011 | 1100001 | 101111 |
Color Harmonies of #03B3EC
Complementary color
Monochromatic Colors of #03B3EC
Black with #03B3EC
Text Example
Text Example
White with #03B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B3EC; }
p { color: rgb(3,179,236); }
H1.HeaderClassName
{
color: #03B3EC;
}
.AnyTagClassName
{
color: #03B3EC;
}
</style>
background-color css
<style>
a { background-color: #03B3EC; }
a { background-color: rgb(3,179,236); }
div.DivClassName
{
background-color: #03B3EC;
}
.BgClassName
{
background-color: #03B3EC;
}
</style>
border-color css
<style>
span { border-color: #03B3EC; }
span { border-color: rgb(3,179,236); }
td.TdClassName
{
border-color: #03B3EC;
}
.TagClassName
{
border-color: #03B3EC;
}
</style>