Shades of Deep Sky Blue #02BCFE
Tints of Deep Sky Blue #02BCFE
RGB
CMYK
RGB Variations
Color information
#02BCFE (or 0x02BCFE) is known color: Deep Sky Blue. HEX triplet: 02, BC and FE. RGB value is (2,188,254). Sum of RGB (Red+Green+Blue) = 2+188+254=444 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #02BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCFE is #FD4301. Grayscale: #8B8B8B. Windows color (decimal): -16597762 or 16694274. OLE color: 16694274.
HSL color Cylindrical-coordinate representation of color #02BCFE: hue angle of 195.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCFE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 188 | 254 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.00 |
| HSL | 195.71º | 0.99% | 0.5% | - |
| HSV(B) | 195.71º | 0.99% | 1% | - |
| XYZ | 35.9 | 43.14 | 100.2 | - |
| YUV | 139.91 | 192.38 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 254 | 0.99 | 0.26 | 0 | 0.00 | 195.71 | 0.99 | 0.5 |
| Hex | 2 | BC | FE | 63 | 1A | 0 | 0 | C4 | 63 | 32 |
| Octal | 2 | 274 | 376 | 143 | 32 | 0 | 0 | 304 | 143 | 62 |
| Binary | 10 | 10111100 | 11111110 | 1100011 | 11010 | 0 | 0 | 11000100 | 1100011 | 110010 |
Color Harmonies of #02BCFE
Complementary color
Monochromatic Colors of #02BCFE
Black with #02BCFE
Text Example
Text Example
White with #02BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCFE; }
p { color: rgb(2,188,254); }
H1.HeaderClassName
{
color: #02BCFE;
}
.AnyTagClassName
{
color: #02BCFE;
}
</style>
background-color css
<style>
a { background-color: #02BCFE; }
a { background-color: rgb(2,188,254); }
div.DivClassName
{
background-color: #02BCFE;
}
.BgClassName
{
background-color: #02BCFE;
}
</style>
border-color css
<style>
span { border-color: #02BCFE; }
span { border-color: rgb(2,188,254); }
td.TdClassName
{
border-color: #02BCFE;
}
.TagClassName
{
border-color: #02BCFE;
}
</style>