Shades of Deep Sky Blue #03BCEE
Tints of Deep Sky Blue #03BCEE
RGB
CMYK
RGB Variations
Color information
#03BCEE (or 0x03BCEE) is known color: Deep Sky Blue. HEX triplet: 03, BC and EE. RGB value is (3,188,238). Sum of RGB (Red+Green+Blue) = 3+188+238=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #03BCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BCEE is #FC4311. Grayscale: #8A8A8A. Windows color (decimal): -16532242 or 15645699. OLE color: 15645699.
HSL color Cylindrical-coordinate representation of color #03BCEE: hue angle of 192.77º 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 #03BCEE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 188 | 238 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.07 |
| HSL | 192.77º | 0.98% | 0.47% | - |
| HSV(B) | 192.77º | 0.99% | 0.93% | - |
| XYZ | 33.45 | 42.16 | 87.26 | - |
| YUV | 138.39 | 184.21 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 238 | 0.99 | 0.21 | 0 | 0.07 | 192.77 | 0.98 | 0.47 |
| Hex | 3 | BC | EE | 63 | 15 | 0 | 7 | C1 | 62 | 2F |
| Octal | 3 | 274 | 356 | 143 | 25 | 0 | 7 | 301 | 142 | 57 |
| Binary | 11 | 10111100 | 11101110 | 1100011 | 10101 | 0 | 111 | 11000001 | 1100010 | 101111 |
Color Harmonies of #03BCEE
Complementary color
Monochromatic Colors of #03BCEE
Black with #03BCEE
Text Example
Text Example
White with #03BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCEE; }
p { color: rgb(3,188,238); }
H1.HeaderClassName
{
color: #03BCEE;
}
.AnyTagClassName
{
color: #03BCEE;
}
</style>
background-color css
<style>
a { background-color: #03BCEE; }
a { background-color: rgb(3,188,238); }
div.DivClassName
{
background-color: #03BCEE;
}
.BgClassName
{
background-color: #03BCEE;
}
</style>
border-color css
<style>
span { border-color: #03BCEE; }
span { border-color: rgb(3,188,238); }
td.TdClassName
{
border-color: #03BCEE;
}
.TagClassName
{
border-color: #03BCEE;
}
</style>