Shades of Deep Sky Blue #02BCEE
Tints of Deep Sky Blue #02BCEE
RGB
CMYK
RGB Variations
Color information
#02BCEE (or 0x02BCEE) is known color: Deep Sky Blue. HEX triplet: 02, BC and EE. RGB value is (2,188,238). Sum of RGB (Red+Green+Blue) = 2+188+238=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #02BCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCEE is #FD4311. Grayscale: #898989. Windows color (decimal): -16597778 or 15645698. OLE color: 15645698.
HSL color Cylindrical-coordinate representation of color #02BCEE: hue angle of 192.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCEE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 188 | 238 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.07 |
| HSL | 192.71º | 0.98% | 0.47% | - |
| HSV(B) | 192.71º | 0.99% | 0.93% | - |
| XYZ | 33.44 | 42.15 | 87.26 | - |
| YUV | 138.09 | 184.38 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 238 | 0.99 | 0.21 | 0 | 0.07 | 192.71 | 0.98 | 0.47 |
| Hex | 2 | BC | EE | 63 | 15 | 0 | 7 | C1 | 62 | 2F |
| Octal | 2 | 274 | 356 | 143 | 25 | 0 | 7 | 301 | 142 | 57 |
| Binary | 10 | 10111100 | 11101110 | 1100011 | 10101 | 0 | 111 | 11000001 | 1100010 | 101111 |
Color Harmonies of #02BCEE
Complementary color
Monochromatic Colors of #02BCEE
Black with #02BCEE
Text Example
Text Example
White with #02BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCEE; }
p { color: rgb(2,188,238); }
H1.HeaderClassName
{
color: #02BCEE;
}
.AnyTagClassName
{
color: #02BCEE;
}
</style>
background-color css
<style>
a { background-color: #02BCEE; }
a { background-color: rgb(2,188,238); }
div.DivClassName
{
background-color: #02BCEE;
}
.BgClassName
{
background-color: #02BCEE;
}
</style>
border-color css
<style>
span { border-color: #02BCEE; }
span { border-color: rgb(2,188,238); }
td.TdClassName
{
border-color: #02BCEE;
}
.TagClassName
{
border-color: #02BCEE;
}
</style>