Shades of Deep Sky Blue #03BEE6
Tints of Deep Sky Blue #03BEE6
RGB
CMYK
RGB Variations
Color information
#03BEE6 (or 0x03BEE6) is known color: Deep Sky Blue. HEX triplet: 03, BE and E6. RGB value is (3,190,230). Sum of RGB (Red+Green+Blue) = 3+190+230=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #03BEE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BEE6 is #FC4119. Grayscale: #8A8A8A. Windows color (decimal): -16531738 or 15121923. OLE color: 15121923.
HSL color Cylindrical-coordinate representation of color #03BEE6: hue angle of 190.57º 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 #03BEE6 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 190 | 230 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.10 |
| HSL | 190.57º | 0.97% | 0.46% | - |
| HSV(B) | 190.57º | 0.99% | 0.9% | - |
| XYZ | 32.73 | 42.56 | 81.35 | - |
| YUV | 138.65 | 179.55 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 230 | 0.99 | 0.17 | 0 | 0.10 | 190.57 | 0.97 | 0.46 |
| Hex | 3 | BE | E6 | 63 | 11 | 0 | A | BF | 61 | 2E |
| Octal | 3 | 276 | 346 | 143 | 21 | 0 | 12 | 277 | 141 | 56 |
| Binary | 11 | 10111110 | 11100110 | 1100011 | 10001 | 0 | 1010 | 10111111 | 1100001 | 101110 |
Color Harmonies of #03BEE6
Complementary color
Monochromatic Colors of #03BEE6
Black with #03BEE6
Text Example
Text Example
White with #03BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BEE6; }
p { color: rgb(3,190,230); }
H1.HeaderClassName
{
color: #03BEE6;
}
.AnyTagClassName
{
color: #03BEE6;
}
</style>
background-color css
<style>
a { background-color: #03BEE6; }
a { background-color: rgb(3,190,230); }
div.DivClassName
{
background-color: #03BEE6;
}
.BgClassName
{
background-color: #03BEE6;
}
</style>
border-color css
<style>
span { border-color: #03BEE6; }
span { border-color: rgb(3,190,230); }
td.TdClassName
{
border-color: #03BEE6;
}
.TagClassName
{
border-color: #03BEE6;
}
</style>