Shades of Deep Sky Blue #02BFF0
Tints of Deep Sky Blue #02BFF0
RGB
CMYK
RGB Variations
Color information
#02BFF0 (or 0x02BFF0) is known color: Deep Sky Blue. HEX triplet: 02, BF and F0. RGB value is (2,191,240). Sum of RGB (Red+Green+Blue) = 2+191+240=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #02BFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BFF0 is #FD400F. Grayscale: #8B8B8B. Windows color (decimal): -16597008 or 15777538. OLE color: 15777538.
HSL color Cylindrical-coordinate representation of color #02BFF0: hue angle of 192.35º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFF0 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 191 | 240 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.06 |
| HSL | 192.35º | 0.98% | 0.47% | - |
| HSV(B) | 192.35º | 0.99% | 0.94% | - |
| XYZ | 34.38 | 43.57 | 89.03 | - |
| YUV | 140.08 | 184.38 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 240 | 0.99 | 0.20 | 0 | 0.06 | 192.35 | 0.98 | 0.47 |
| Hex | 2 | BF | F0 | 63 | 14 | 0 | 6 | C0 | 62 | 2F |
| Octal | 2 | 277 | 360 | 143 | 24 | 0 | 6 | 300 | 142 | 57 |
| Binary | 10 | 10111111 | 11110000 | 1100011 | 10100 | 0 | 110 | 11000000 | 1100010 | 101111 |
Color Harmonies of #02BFF0
Complementary color
Monochromatic Colors of #02BFF0
Black with #02BFF0
Text Example
Text Example
White with #02BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFF0; }
p { color: rgb(2,191,240); }
H1.HeaderClassName
{
color: #02BFF0;
}
.AnyTagClassName
{
color: #02BFF0;
}
</style>
background-color css
<style>
a { background-color: #02BFF0; }
a { background-color: rgb(2,191,240); }
div.DivClassName
{
background-color: #02BFF0;
}
.BgClassName
{
background-color: #02BFF0;
}
</style>
border-color css
<style>
span { border-color: #02BFF0; }
span { border-color: rgb(2,191,240); }
td.TdClassName
{
border-color: #02BFF0;
}
.TagClassName
{
border-color: #02BFF0;
}
</style>