Shades of Deep Sky Blue #02DDFE
Tints of Deep Sky Blue #02DDFE
RGB
CMYK
RGB Variations
Color information
#02DDFE (or 0x02DDFE) is known color: Deep Sky Blue. HEX triplet: 02, DD and FE. RGB value is (2,221,254). Sum of RGB (Red+Green+Blue) = 2+221+254=477 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #02DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DDFE is #FD2201. Grayscale: #9E9E9E. Windows color (decimal): -16589314 or 16702722. OLE color: 16702722.
HSL color Cylindrical-coordinate representation of color #02DDFE: hue angle of 187.86º 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 #02DDFE is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 221 | 254 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.00 |
| HSL | 187.86º | 0.99% | 0.5% | - |
| HSV(B) | 187.86º | 0.99% | 1% | - |
| XYZ | 43.77 | 58.88 | 102.82 | - |
| YUV | 159.28 | 181.45 | 15.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 254 | 0.99 | 0.13 | 0 | 0.00 | 187.86 | 0.99 | 0.5 |
| Hex | 2 | DD | FE | 63 | D | 0 | 0 | BC | 63 | 32 |
| Octal | 2 | 335 | 376 | 143 | 15 | 0 | 0 | 274 | 143 | 62 |
| Binary | 10 | 11011101 | 11111110 | 1100011 | 1101 | 0 | 0 | 10111100 | 1100011 | 110010 |
Color Harmonies of #02DDFE
Complementary color
Monochromatic Colors of #02DDFE
Black with #02DDFE
Text Example
Text Example
White with #02DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDFE; }
p { color: rgb(2,221,254); }
H1.HeaderClassName
{
color: #02DDFE;
}
.AnyTagClassName
{
color: #02DDFE;
}
</style>
background-color css
<style>
a { background-color: #02DDFE; }
a { background-color: rgb(2,221,254); }
div.DivClassName
{
background-color: #02DDFE;
}
.BgClassName
{
background-color: #02DDFE;
}
</style>
border-color css
<style>
span { border-color: #02DDFE; }
span { border-color: rgb(2,221,254); }
td.TdClassName
{
border-color: #02DDFE;
}
.TagClassName
{
border-color: #02DDFE;
}
</style>