Shades of Deep Sky Blue #05CDF2
Tints of Deep Sky Blue #05CDF2
RGB
CMYK
RGB Variations
Color information
#05CDF2 (or 0x05CDF2) is known color: Deep Sky Blue. HEX triplet: 05, CD and F2. RGB value is (5,205,242). Sum of RGB (Red+Green+Blue) = 5+205+242=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 242 (94.92% from 255 or 53.54% from 452); Max value from RGB is 242 - color contains mainly: blue. Hex color #05CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CDF2 is #FA320D. Grayscale: #959595. Windows color (decimal): -16396814 or 15912197. OLE color: 15912197.
HSL color Cylindrical-coordinate representation of color #05CDF2: hue angle of 189.37º 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 #05CDF2 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 205 | 242 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.05 |
| HSL | 189.37º | 0.96% | 0.48% | - |
| HSV(B) | 189.37º | 0.98% | 0.95% | - |
| XYZ | 37.92 | 50.11 | 91.68 | - |
| YUV | 149.42 | 180.24 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 242 | 0.98 | 0.15 | 0 | 0.05 | 189.37 | 0.96 | 0.48 |
| Hex | 5 | CD | F2 | 62 | F | 0 | 5 | BD | 60 | 30 |
| Octal | 5 | 315 | 362 | 142 | 17 | 0 | 5 | 275 | 140 | 60 |
| Binary | 101 | 11001101 | 11110010 | 1100010 | 1111 | 0 | 101 | 10111101 | 1100000 | 110000 |
Color Harmonies of #05CDF2
Complementary color
Monochromatic Colors of #05CDF2
Black with #05CDF2
Text Example
Text Example
White with #05CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDF2; }
p { color: rgb(5,205,242); }
H1.HeaderClassName
{
color: #05CDF2;
}
.AnyTagClassName
{
color: #05CDF2;
}
</style>
background-color css
<style>
a { background-color: #05CDF2; }
a { background-color: rgb(5,205,242); }
div.DivClassName
{
background-color: #05CDF2;
}
.BgClassName
{
background-color: #05CDF2;
}
</style>
border-color css
<style>
span { border-color: #05CDF2; }
span { border-color: rgb(5,205,242); }
td.TdClassName
{
border-color: #05CDF2;
}
.TagClassName
{
border-color: #05CDF2;
}
</style>