Shades of Deep Sky Blue #03BBEA
Tints of Deep Sky Blue #03BBEA
RGB
CMYK
RGB Variations
Color information
#03BBEA (or 0x03BBEA) is known color: Deep Sky Blue. HEX triplet: 03, BB and EA. RGB value is (3,187,234). Sum of RGB (Red+Green+Blue) = 3+187+234=424 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #03BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BBEA is #FC4415. Grayscale: #888888. Windows color (decimal): -16532502 or 15383299. OLE color: 15383299.
HSL color Cylindrical-coordinate representation of color #03BBEA: hue angle of 192.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBEA is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 187 | 234 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.08 |
| HSL | 192.21º | 0.97% | 0.46% | - |
| HSV(B) | 192.21º | 0.99% | 0.92% | - |
| XYZ | 32.66 | 41.5 | 84.13 | - |
| YUV | 137.34 | 182.54 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 234 | 0.99 | 0.20 | 0 | 0.08 | 192.21 | 0.97 | 0.46 |
| Hex | 3 | BB | EA | 63 | 14 | 0 | 8 | C0 | 61 | 2E |
| Octal | 3 | 273 | 352 | 143 | 24 | 0 | 10 | 300 | 141 | 56 |
| Binary | 11 | 10111011 | 11101010 | 1100011 | 10100 | 0 | 1000 | 11000000 | 1100001 | 101110 |
Color Harmonies of #03BBEA
Complementary color
Monochromatic Colors of #03BBEA
Black with #03BBEA
Text Example
Text Example
White with #03BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBEA; }
p { color: rgb(3,187,234); }
H1.HeaderClassName
{
color: #03BBEA;
}
.AnyTagClassName
{
color: #03BBEA;
}
</style>
background-color css
<style>
a { background-color: #03BBEA; }
a { background-color: rgb(3,187,234); }
div.DivClassName
{
background-color: #03BBEA;
}
.BgClassName
{
background-color: #03BBEA;
}
</style>
border-color css
<style>
span { border-color: #03BBEA; }
span { border-color: rgb(3,187,234); }
td.TdClassName
{
border-color: #03BBEA;
}
.TagClassName
{
border-color: #03BBEA;
}
</style>