Shades of Deep Sky Blue #02BCF8
Tints of Deep Sky Blue #02BCF8
RGB
CMYK
RGB Variations
Color information
#02BCF8 (or 0x02BCF8) is known color: Deep Sky Blue. HEX triplet: 02, BC and F8. RGB value is (2,188,248). Sum of RGB (Red+Green+Blue) = 2+188+248=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #02BCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCF8 is #FD4307. Grayscale: #8A8A8A. Windows color (decimal): -16597768 or 16301058. OLE color: 16301058.
HSL color Cylindrical-coordinate representation of color #02BCF8: hue angle of 194.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCF8 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 188 | 248 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.03 |
| HSL | 194.63º | 0.98% | 0.49% | - |
| HSV(B) | 194.63º | 0.99% | 0.97% | - |
| XYZ | 34.95 | 42.76 | 95.22 | - |
| YUV | 139.23 | 189.38 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 248 | 0.99 | 0.24 | 0 | 0.03 | 194.63 | 0.98 | 0.49 |
| Hex | 2 | BC | F8 | 63 | 18 | 0 | 3 | C3 | 62 | 31 |
| Octal | 2 | 274 | 370 | 143 | 30 | 0 | 3 | 303 | 142 | 61 |
| Binary | 10 | 10111100 | 11111000 | 1100011 | 11000 | 0 | 11 | 11000011 | 1100010 | 110001 |
Color Harmonies of #02BCF8
Complementary color
Monochromatic Colors of #02BCF8
Black with #02BCF8
Text Example
Text Example
White with #02BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCF8; }
p { color: rgb(2,188,248); }
H1.HeaderClassName
{
color: #02BCF8;
}
.AnyTagClassName
{
color: #02BCF8;
}
</style>
background-color css
<style>
a { background-color: #02BCF8; }
a { background-color: rgb(2,188,248); }
div.DivClassName
{
background-color: #02BCF8;
}
.BgClassName
{
background-color: #02BCF8;
}
</style>
border-color css
<style>
span { border-color: #02BCF8; }
span { border-color: rgb(2,188,248); }
td.TdClassName
{
border-color: #02BCF8;
}
.TagClassName
{
border-color: #02BCF8;
}
</style>