Shades of Deep Sky Blue #02D4FE
Tints of Deep Sky Blue #02D4FE
RGB
CMYK
RGB Variations
Color information
#02D4FE (or 0x02D4FE) is known color: Deep Sky Blue. HEX triplet: 02, D4 and FE. RGB value is (2,212,254). Sum of RGB (Red+Green+Blue) = 2+212+254=468 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #02D4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D4FE is #FD2B01. Grayscale: #999999. Windows color (decimal): -16591618 or 16700418. OLE color: 16700418.
HSL color Cylindrical-coordinate representation of color #02D4FE: hue angle of 190º 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 #02D4FE is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 212 | 254 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.00 |
| HSL | 190º | 0.99% | 0.5% | - |
| HSV(B) | 190º | 0.99% | 1% | - |
| XYZ | 41.46 | 54.26 | 102.05 | - |
| YUV | 154 | 184.43 | 19.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 254 | 0.99 | 0.17 | 0 | 0.00 | 190 | 0.99 | 0.5 |
| Hex | 2 | D4 | FE | 63 | 11 | 0 | 0 | BE | 63 | 32 |
| Octal | 2 | 324 | 376 | 143 | 21 | 0 | 0 | 276 | 143 | 62 |
| Binary | 10 | 11010100 | 11111110 | 1100011 | 10001 | 0 | 0 | 10111110 | 1100011 | 110010 |
Color Harmonies of #02D4FE
Complementary color
Monochromatic Colors of #02D4FE
Black with #02D4FE
Text Example
Text Example
White with #02D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D4FE; }
p { color: rgb(2,212,254); }
H1.HeaderClassName
{
color: #02D4FE;
}
.AnyTagClassName
{
color: #02D4FE;
}
</style>
background-color css
<style>
a { background-color: #02D4FE; }
a { background-color: rgb(2,212,254); }
div.DivClassName
{
background-color: #02D4FE;
}
.BgClassName
{
background-color: #02D4FE;
}
</style>
border-color css
<style>
span { border-color: #02D4FE; }
span { border-color: rgb(2,212,254); }
td.TdClassName
{
border-color: #02D4FE;
}
.TagClassName
{
border-color: #02D4FE;
}
</style>