Shades of Deep Sky Blue #02BEFE
Tints of Deep Sky Blue #02BEFE
RGB
CMYK
RGB Variations
Color information
#02BEFE (or 0x02BEFE) is known color: Deep Sky Blue. HEX triplet: 02, BE and FE. RGB value is (2,190,254). Sum of RGB (Red+Green+Blue) = 2+190+254=446 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #02BEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BEFE is #FD4101. Grayscale: #8C8C8C. Windows color (decimal): -16597250 or 16694786. OLE color: 16694786.
HSL color Cylindrical-coordinate representation of color #02BEFE: hue angle of 195.24º 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 #02BEFE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 190 | 254 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.00 |
| HSL | 195.24º | 0.99% | 0.5% | - |
| HSV(B) | 195.24º | 0.99% | 1% | - |
| XYZ | 36.33 | 44 | 100.34 | - |
| YUV | 141.08 | 191.72 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 254 | 0.99 | 0.25 | 0 | 0.00 | 195.24 | 0.99 | 0.5 |
| Hex | 2 | BE | FE | 63 | 19 | 0 | 0 | C3 | 63 | 32 |
| Octal | 2 | 276 | 376 | 143 | 31 | 0 | 0 | 303 | 143 | 62 |
| Binary | 10 | 10111110 | 11111110 | 1100011 | 11001 | 0 | 0 | 11000011 | 1100011 | 110010 |
Color Harmonies of #02BEFE
Complementary color
Monochromatic Colors of #02BEFE
Black with #02BEFE
Text Example
Text Example
White with #02BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BEFE; }
p { color: rgb(2,190,254); }
H1.HeaderClassName
{
color: #02BEFE;
}
.AnyTagClassName
{
color: #02BEFE;
}
</style>
background-color css
<style>
a { background-color: #02BEFE; }
a { background-color: rgb(2,190,254); }
div.DivClassName
{
background-color: #02BEFE;
}
.BgClassName
{
background-color: #02BEFE;
}
</style>
border-color css
<style>
span { border-color: #02BEFE; }
span { border-color: rgb(2,190,254); }
td.TdClassName
{
border-color: #02BEFE;
}
.TagClassName
{
border-color: #02BEFE;
}
</style>