Shades of Deep Sky Blue #02CDF1
Tints of Deep Sky Blue #02CDF1
RGB
CMYK
RGB Variations
Color information
#02CDF1 (or 0x02CDF1) is known color: Deep Sky Blue. HEX triplet: 02, CD and F1. RGB value is (2,205,241). Sum of RGB (Red+Green+Blue) = 2+205+241=448 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #02CDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CDF1 is #FD320E. Grayscale: #949494. Windows color (decimal): -16593423 or 15846658. OLE color: 15846658.
HSL color Cylindrical-coordinate representation of color #02CDF1: hue angle of 189.04º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CDF1 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 205 | 241 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.05 |
| HSL | 189.04º | 0.98% | 0.48% | - |
| HSV(B) | 189.04º | 0.99% | 0.95% | - |
| XYZ | 37.73 | 50.03 | 90.89 | - |
| YUV | 148.41 | 180.25 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 241 | 0.99 | 0.15 | 0 | 0.05 | 189.04 | 0.98 | 0.48 |
| Hex | 2 | CD | F1 | 63 | F | 0 | 5 | BD | 62 | 30 |
| Octal | 2 | 315 | 361 | 143 | 17 | 0 | 5 | 275 | 142 | 60 |
| Binary | 10 | 11001101 | 11110001 | 1100011 | 1111 | 0 | 101 | 10111101 | 1100010 | 110000 |
Color Harmonies of #02CDF1
Complementary color
Monochromatic Colors of #02CDF1
Black with #02CDF1
Text Example
Text Example
White with #02CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDF1; }
p { color: rgb(2,205,241); }
H1.HeaderClassName
{
color: #02CDF1;
}
.AnyTagClassName
{
color: #02CDF1;
}
</style>
background-color css
<style>
a { background-color: #02CDF1; }
a { background-color: rgb(2,205,241); }
div.DivClassName
{
background-color: #02CDF1;
}
.BgClassName
{
background-color: #02CDF1;
}
</style>
border-color css
<style>
span { border-color: #02CDF1; }
span { border-color: rgb(2,205,241); }
td.TdClassName
{
border-color: #02CDF1;
}
.TagClassName
{
border-color: #02CDF1;
}
</style>