Shades of Deep Sky Blue #02D4FD
Tints of Deep Sky Blue #02D4FD
RGB
CMYK
RGB Variations
Color information
#02D4FD (or 0x02D4FD) is known color: Deep Sky Blue. HEX triplet: 02, D4 and FD. RGB value is (2,212,253). Sum of RGB (Red+Green+Blue) = 2+212+253=467 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #02D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D4FD is #FD2B02. Grayscale: #999999. Windows color (decimal): -16591619 or 16634882. OLE color: 16634882.
HSL color Cylindrical-coordinate representation of color #02D4FD: hue angle of 189.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D4FD is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 212 | 253 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.01 |
| HSL | 189.8º | 0.98% | 0.5% | - |
| HSV(B) | 189.8º | 0.99% | 0.99% | - |
| XYZ | 41.3 | 54.19 | 101.21 | - |
| YUV | 153.88 | 183.93 | 19.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 253 | 0.99 | 0.16 | 0 | 0.01 | 189.8 | 0.98 | 0.5 |
| Hex | 2 | D4 | FD | 63 | 10 | 0 | 1 | BE | 62 | 32 |
| Octal | 2 | 324 | 375 | 143 | 20 | 0 | 1 | 276 | 142 | 62 |
| Binary | 10 | 11010100 | 11111101 | 1100011 | 10000 | 0 | 1 | 10111110 | 1100010 | 110010 |
Color Harmonies of #02D4FD
Complementary color
Monochromatic Colors of #02D4FD
Black with #02D4FD
Text Example
Text Example
White with #02D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D4FD; }
p { color: rgb(2,212,253); }
H1.HeaderClassName
{
color: #02D4FD;
}
.AnyTagClassName
{
color: #02D4FD;
}
</style>
background-color css
<style>
a { background-color: #02D4FD; }
a { background-color: rgb(2,212,253); }
div.DivClassName
{
background-color: #02D4FD;
}
.BgClassName
{
background-color: #02D4FD;
}
</style>
border-color css
<style>
span { border-color: #02D4FD; }
span { border-color: rgb(2,212,253); }
td.TdClassName
{
border-color: #02D4FD;
}
.TagClassName
{
border-color: #02D4FD;
}
</style>