Shades of Deep Sky Blue #03BDE6
Tints of Deep Sky Blue #03BDE6
RGB
CMYK
RGB Variations
Color information
#03BDE6 (or 0x03BDE6) is known color: Deep Sky Blue. HEX triplet: 03, BD and E6. RGB value is (3,189,230). Sum of RGB (Red+Green+Blue) = 3+189+230=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #03BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BDE6 is #FC4219. Grayscale: #898989. Windows color (decimal): -16531994 or 15121667. OLE color: 15121667.
HSL color Cylindrical-coordinate representation of color #03BDE6: hue angle of 190.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDE6 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 189 | 230 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.10 |
| HSL | 190.84º | 0.97% | 0.46% | - |
| HSV(B) | 190.84º | 0.99% | 0.9% | - |
| XYZ | 32.52 | 42.13 | 81.28 | - |
| YUV | 138.06 | 179.88 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 230 | 0.99 | 0.18 | 0 | 0.10 | 190.84 | 0.97 | 0.46 |
| Hex | 3 | BD | E6 | 63 | 12 | 0 | A | BF | 61 | 2E |
| Octal | 3 | 275 | 346 | 143 | 22 | 0 | 12 | 277 | 141 | 56 |
| Binary | 11 | 10111101 | 11100110 | 1100011 | 10010 | 0 | 1010 | 10111111 | 1100001 | 101110 |
Color Harmonies of #03BDE6
Complementary color
Monochromatic Colors of #03BDE6
Black with #03BDE6
Text Example
Text Example
White with #03BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDE6; }
p { color: rgb(3,189,230); }
H1.HeaderClassName
{
color: #03BDE6;
}
.AnyTagClassName
{
color: #03BDE6;
}
</style>
background-color css
<style>
a { background-color: #03BDE6; }
a { background-color: rgb(3,189,230); }
div.DivClassName
{
background-color: #03BDE6;
}
.BgClassName
{
background-color: #03BDE6;
}
</style>
border-color css
<style>
span { border-color: #03BDE6; }
span { border-color: rgb(3,189,230); }
td.TdClassName
{
border-color: #03BDE6;
}
.TagClassName
{
border-color: #03BDE6;
}
</style>