Shades of Deep Sky Blue #02BCFF
Tints of Deep Sky Blue #02BCFF
RGB
CMYK
RGB Variations
Color information
#02BCFF (or 0x02BCFF) is known color: Deep Sky Blue. HEX triplet: 02, BC and FF. RGB value is (2,188,255). Sum of RGB (Red+Green+Blue) = 2+188+255=445 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #02BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCFF is #FD4300. Grayscale: #8B8B8B. Windows color (decimal): -16597761 or 16759810. OLE color: 16759810.
HSL color Cylindrical-coordinate representation of color #02BCFF: hue angle of 195.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCFF is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 188 | 255 | - |
| CMYK | 0.99 | 0.26 | 0 | 0 |
| HSL | 195.89º | 1% | 0.5% | - |
| HSV(B) | 195.89º | 0.99% | 1% | - |
| XYZ | 36.06 | 43.2 | 101.05 | - |
| YUV | 140.02 | 192.88 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 255 | 0.99 | 0.26 | 0 | 0 | 195.89 | 1 | 0.5 |
| Hex | 2 | BC | FF | 63 | 1A | 0 | 0 | C4 | 64 | 32 |
| Octal | 2 | 274 | 377 | 143 | 32 | 0 | 0 | 304 | 144 | 62 |
| Binary | 10 | 10111100 | 11111111 | 1100011 | 11010 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #02BCFF
Complementary color
Monochromatic Colors of #02BCFF
Black with #02BCFF
Text Example
Text Example
White with #02BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCFF; }
p { color: rgb(2,188,255); }
H1.HeaderClassName
{
color: #02BCFF;
}
.AnyTagClassName
{
color: #02BCFF;
}
</style>
background-color css
<style>
a { background-color: #02BCFF; }
a { background-color: rgb(2,188,255); }
div.DivClassName
{
background-color: #02BCFF;
}
.BgClassName
{
background-color: #02BCFF;
}
</style>
border-color css
<style>
span { border-color: #02BCFF; }
span { border-color: rgb(2,188,255); }
td.TdClassName
{
border-color: #02BCFF;
}
.TagClassName
{
border-color: #02BCFF;
}
</style>