Shades of Deep Sky Blue #02BFE6
Tints of Deep Sky Blue #02BFE6
RGB
CMYK
RGB Variations
Color information
#02BFE6 (or 0x02BFE6) is known color: Deep Sky Blue. HEX triplet: 02, BF and E6. RGB value is (2,191,230). Sum of RGB (Red+Green+Blue) = 2+191+230=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 191 (75% from 255 or 45.15% 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 #02BFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BFE6 is #FD4019. Grayscale: #8A8A8A. Windows color (decimal): -16597018 or 15122178. OLE color: 15122178.
HSL color Cylindrical-coordinate representation of color #02BFE6: hue angle of 190.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFE6 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 191 | 230 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.10 |
| HSL | 190.26º | 0.98% | 0.45% | - |
| HSV(B) | 190.26º | 0.99% | 0.9% | - |
| XYZ | 32.94 | 42.99 | 81.42 | - |
| YUV | 138.94 | 179.38 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 230 | 0.99 | 0.17 | 0 | 0.10 | 190.26 | 0.98 | 0.45 |
| Hex | 2 | BF | E6 | 63 | 11 | 0 | A | BE | 62 | 2D |
| Octal | 2 | 277 | 346 | 143 | 21 | 0 | 12 | 276 | 142 | 55 |
| Binary | 10 | 10111111 | 11100110 | 1100011 | 10001 | 0 | 1010 | 10111110 | 1100010 | 101101 |
Color Harmonies of #02BFE6
Complementary color
Monochromatic Colors of #02BFE6
Black with #02BFE6
Text Example
Text Example
White with #02BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFE6; }
p { color: rgb(2,191,230); }
H1.HeaderClassName
{
color: #02BFE6;
}
.AnyTagClassName
{
color: #02BFE6;
}
</style>
background-color css
<style>
a { background-color: #02BFE6; }
a { background-color: rgb(2,191,230); }
div.DivClassName
{
background-color: #02BFE6;
}
.BgClassName
{
background-color: #02BFE6;
}
</style>
border-color css
<style>
span { border-color: #02BFE6; }
span { border-color: rgb(2,191,230); }
td.TdClassName
{
border-color: #02BFE6;
}
.TagClassName
{
border-color: #02BFE6;
}
</style>