Shades of Deep Sky Blue #02BAEA
Tints of Deep Sky Blue #02BAEA
RGB
CMYK
RGB Variations
Color information
#02BAEA (or 0x02BAEA) is known color: Deep Sky Blue. HEX triplet: 02, BA and EA. RGB value is (2,186,234). Sum of RGB (Red+Green+Blue) = 2+186+234=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #02BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BAEA is #FD4515. Grayscale: #888888. Windows color (decimal): -16598294 or 15383042. OLE color: 15383042.
HSL color Cylindrical-coordinate representation of color #02BAEA: hue angle of 192.41º degrees, saturation: 0.98, 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 #02BAEA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 186 | 234 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.08 |
| HSL | 192.41º | 0.98% | 0.46% | - |
| HSV(B) | 192.41º | 0.99% | 0.92% | - |
| XYZ | 32.44 | 41.07 | 84.06 | - |
| YUV | 136.46 | 183.04 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 234 | 0.99 | 0.21 | 0 | 0.08 | 192.41 | 0.98 | 0.46 |
| Hex | 2 | BA | EA | 63 | 15 | 0 | 8 | C0 | 62 | 2E |
| Octal | 2 | 272 | 352 | 143 | 25 | 0 | 10 | 300 | 142 | 56 |
| Binary | 10 | 10111010 | 11101010 | 1100011 | 10101 | 0 | 1000 | 11000000 | 1100010 | 101110 |
Color Harmonies of #02BAEA
Complementary color
Monochromatic Colors of #02BAEA
Black with #02BAEA
Text Example
Text Example
White with #02BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BAEA; }
p { color: rgb(2,186,234); }
H1.HeaderClassName
{
color: #02BAEA;
}
.AnyTagClassName
{
color: #02BAEA;
}
</style>
background-color css
<style>
a { background-color: #02BAEA; }
a { background-color: rgb(2,186,234); }
div.DivClassName
{
background-color: #02BAEA;
}
.BgClassName
{
background-color: #02BAEA;
}
</style>
border-color css
<style>
span { border-color: #02BAEA; }
span { border-color: rgb(2,186,234); }
td.TdClassName
{
border-color: #02BAEA;
}
.TagClassName
{
border-color: #02BAEA;
}
</style>