Shades of Deep Sky Blue #03BBEB
Tints of Deep Sky Blue #03BBEB
RGB
CMYK
RGB Variations
Color information
#03BBEB (or 0x03BBEB) is known color: Deep Sky Blue. HEX triplet: 03, BB and EB. RGB value is (3,187,235). Sum of RGB (Red+Green+Blue) = 3+187+235=425 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #03BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BBEB is #FC4414. Grayscale: #898989. Windows color (decimal): -16532501 or 15448835. OLE color: 15448835.
HSL color Cylindrical-coordinate representation of color #03BBEB: hue angle of 192.41º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBEB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 187 | 235 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.08 |
| HSL | 192.41º | 0.97% | 0.47% | - |
| HSV(B) | 192.41º | 0.99% | 0.92% | - |
| XYZ | 32.8 | 41.56 | 84.89 | - |
| YUV | 137.46 | 183.04 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 235 | 0.99 | 0.20 | 0 | 0.08 | 192.41 | 0.97 | 0.47 |
| Hex | 3 | BB | EB | 63 | 14 | 0 | 8 | C0 | 61 | 2F |
| Octal | 3 | 273 | 353 | 143 | 24 | 0 | 10 | 300 | 141 | 57 |
| Binary | 11 | 10111011 | 11101011 | 1100011 | 10100 | 0 | 1000 | 11000000 | 1100001 | 101111 |
Color Harmonies of #03BBEB
Complementary color
Monochromatic Colors of #03BBEB
Black with #03BBEB
Text Example
Text Example
White with #03BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBEB; }
p { color: rgb(3,187,235); }
H1.HeaderClassName
{
color: #03BBEB;
}
.AnyTagClassName
{
color: #03BBEB;
}
</style>
background-color css
<style>
a { background-color: #03BBEB; }
a { background-color: rgb(3,187,235); }
div.DivClassName
{
background-color: #03BBEB;
}
.BgClassName
{
background-color: #03BBEB;
}
</style>
border-color css
<style>
span { border-color: #03BBEB; }
span { border-color: rgb(3,187,235); }
td.TdClassName
{
border-color: #03BBEB;
}
.TagClassName
{
border-color: #03BBEB;
}
</style>