Shades of Deep Sky Blue #05CDF1
Tints of Deep Sky Blue #05CDF1
RGB
CMYK
RGB Variations
Color information
#05CDF1 (or 0x05CDF1) is known color: Deep Sky Blue. HEX triplet: 05, CD and F1. RGB value is (5,205,241). Sum of RGB (Red+Green+Blue) = 5+205+241=451 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #05CDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CDF1 is #FA320E. Grayscale: #949494. Windows color (decimal): -16396815 or 15846661. OLE color: 15846661.
HSL color Cylindrical-coordinate representation of color #05CDF1: hue angle of 189.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CDF1 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 205 | 241 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.05 |
| HSL | 189.15º | 0.96% | 0.48% | - |
| HSV(B) | 189.15º | 0.98% | 0.95% | - |
| XYZ | 37.77 | 50.05 | 90.89 | - |
| YUV | 149.3 | 179.74 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 241 | 0.98 | 0.15 | 0 | 0.05 | 189.15 | 0.96 | 0.48 |
| Hex | 5 | CD | F1 | 62 | F | 0 | 5 | BD | 60 | 30 |
| Octal | 5 | 315 | 361 | 142 | 17 | 0 | 5 | 275 | 140 | 60 |
| Binary | 101 | 11001101 | 11110001 | 1100010 | 1111 | 0 | 101 | 10111101 | 1100000 | 110000 |
Color Harmonies of #05CDF1
Complementary color
Monochromatic Colors of #05CDF1
Black with #05CDF1
Text Example
Text Example
White with #05CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDF1; }
p { color: rgb(5,205,241); }
H1.HeaderClassName
{
color: #05CDF1;
}
.AnyTagClassName
{
color: #05CDF1;
}
</style>
background-color css
<style>
a { background-color: #05CDF1; }
a { background-color: rgb(5,205,241); }
div.DivClassName
{
background-color: #05CDF1;
}
.BgClassName
{
background-color: #05CDF1;
}
</style>
border-color css
<style>
span { border-color: #05CDF1; }
span { border-color: rgb(5,205,241); }
td.TdClassName
{
border-color: #05CDF1;
}
.TagClassName
{
border-color: #05CDF1;
}
</style>