Shades of Deep Sky Blue #02BFF8
Tints of Deep Sky Blue #02BFF8
RGB
CMYK
RGB Variations
Color information
#02BFF8 (or 0x02BFF8) is known color: Deep Sky Blue. HEX triplet: 02, BF and F8. RGB value is (2,191,248). Sum of RGB (Red+Green+Blue) = 2+191+248=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #02BFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BFF8 is #FD4007. Grayscale: #8C8C8C. Windows color (decimal): -16597000 or 16301826. OLE color: 16301826.
HSL color Cylindrical-coordinate representation of color #02BFF8: hue angle of 193.9º 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 #02BFF8 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 191 | 248 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.03 |
| HSL | 193.9º | 0.98% | 0.49% | - |
| HSV(B) | 193.9º | 0.99% | 0.97% | - |
| XYZ | 35.6 | 44.05 | 95.43 | - |
| YUV | 140.99 | 188.38 | 28.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 248 | 0.99 | 0.23 | 0 | 0.03 | 193.9 | 0.98 | 0.49 |
| Hex | 2 | BF | F8 | 63 | 17 | 0 | 3 | C2 | 62 | 31 |
| Octal | 2 | 277 | 370 | 143 | 27 | 0 | 3 | 302 | 142 | 61 |
| Binary | 10 | 10111111 | 11111000 | 1100011 | 10111 | 0 | 11 | 11000010 | 1100010 | 110001 |
Color Harmonies of #02BFF8
Complementary color
Monochromatic Colors of #02BFF8
Black with #02BFF8
Text Example
Text Example
White with #02BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFF8; }
p { color: rgb(2,191,248); }
H1.HeaderClassName
{
color: #02BFF8;
}
.AnyTagClassName
{
color: #02BFF8;
}
</style>
background-color css
<style>
a { background-color: #02BFF8; }
a { background-color: rgb(2,191,248); }
div.DivClassName
{
background-color: #02BFF8;
}
.BgClassName
{
background-color: #02BFF8;
}
</style>
border-color css
<style>
span { border-color: #02BFF8; }
span { border-color: rgb(2,191,248); }
td.TdClassName
{
border-color: #02BFF8;
}
.TagClassName
{
border-color: #02BFF8;
}
</style>