Shades of Deep Sky Blue #05CDF3
Tints of Deep Sky Blue #05CDF3
RGB
CMYK
RGB Variations
Color information
#05CDF3 (or 0x05CDF3) is known color: Deep Sky Blue. HEX triplet: 05, CD and F3. RGB value is (5,205,243). Sum of RGB (Red+Green+Blue) = 5+205+243=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #05CDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CDF3 is #FA320C. Grayscale: #959595. Windows color (decimal): -16396813 or 15977733. OLE color: 15977733.
HSL color Cylindrical-coordinate representation of color #05CDF3: hue angle of 189.58º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CDF3 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 205 | 243 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.05 |
| HSL | 189.58º | 0.96% | 0.49% | - |
| HSV(B) | 189.58º | 0.98% | 0.95% | - |
| XYZ | 38.07 | 50.17 | 92.47 | - |
| YUV | 149.53 | 180.74 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 243 | 0.98 | 0.16 | 0 | 0.05 | 189.58 | 0.96 | 0.49 |
| Hex | 5 | CD | F3 | 62 | 10 | 0 | 5 | BE | 60 | 31 |
| Octal | 5 | 315 | 363 | 142 | 20 | 0 | 5 | 276 | 140 | 61 |
| Binary | 101 | 11001101 | 11110011 | 1100010 | 10000 | 0 | 101 | 10111110 | 1100000 | 110001 |
Color Harmonies of #05CDF3
Complementary color
Monochromatic Colors of #05CDF3
Black with #05CDF3
Text Example
Text Example
White with #05CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDF3; }
p { color: rgb(5,205,243); }
H1.HeaderClassName
{
color: #05CDF3;
}
.AnyTagClassName
{
color: #05CDF3;
}
</style>
background-color css
<style>
a { background-color: #05CDF3; }
a { background-color: rgb(5,205,243); }
div.DivClassName
{
background-color: #05CDF3;
}
.BgClassName
{
background-color: #05CDF3;
}
</style>
border-color css
<style>
span { border-color: #05CDF3; }
span { border-color: rgb(5,205,243); }
td.TdClassName
{
border-color: #05CDF3;
}
.TagClassName
{
border-color: #05CDF3;
}
</style>