Shades of Deep Sky Blue #02B3E6
Tints of Deep Sky Blue #02B3E6
RGB
CMYK
RGB Variations
Color information
#02B3E6 (or 0x02B3E6) is known color: Deep Sky Blue. HEX triplet: 02, B3 and E6. RGB value is (2,179,230). Sum of RGB (Red+Green+Blue) = 2+179+230=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #02B3E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B3E6 is #FD4C19. Grayscale: #838383. Windows color (decimal): -16600090 or 15119106. OLE color: 15119106.
HSL color Cylindrical-coordinate representation of color #02B3E6: hue angle of 193.42º 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 #02B3E6 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 179 | 230 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.10 |
| HSL | 193.42º | 0.98% | 0.45% | - |
| HSV(B) | 193.42º | 0.99% | 0.9% | - |
| XYZ | 30.43 | 37.97 | 80.59 | - |
| YUV | 131.89 | 183.36 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 179 | 230 | 0.99 | 0.22 | 0 | 0.10 | 193.42 | 0.98 | 0.45 |
| Hex | 2 | B3 | E6 | 63 | 16 | 0 | A | C1 | 62 | 2D |
| Octal | 2 | 263 | 346 | 143 | 26 | 0 | 12 | 301 | 142 | 55 |
| Binary | 10 | 10110011 | 11100110 | 1100011 | 10110 | 0 | 1010 | 11000001 | 1100010 | 101101 |
Color Harmonies of #02B3E6
Complementary color
Monochromatic Colors of #02B3E6
Black with #02B3E6
Text Example
Text Example
White with #02B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B3E6; }
p { color: rgb(2,179,230); }
H1.HeaderClassName
{
color: #02B3E6;
}
.AnyTagClassName
{
color: #02B3E6;
}
</style>
background-color css
<style>
a { background-color: #02B3E6; }
a { background-color: rgb(2,179,230); }
div.DivClassName
{
background-color: #02B3E6;
}
.BgClassName
{
background-color: #02B3E6;
}
</style>
border-color css
<style>
span { border-color: #02B3E6; }
span { border-color: rgb(2,179,230); }
td.TdClassName
{
border-color: #02B3E6;
}
.TagClassName
{
border-color: #02B3E6;
}
</style>