Shades of Deep Sky Blue #0DC5FF
Tints of Deep Sky Blue #0DC5FF
RGB
CMYK
RGB Variations
Color information
#0DC5FF (or 0x0DC5FF) is known color: Deep Sky Blue. HEX triplet: 0D, C5 and FF. RGB value is (13,197,255). Sum of RGB (Red+Green+Blue) = 13+197+255=465 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DC5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC5FF is #F23A00. Grayscale: #949494. Windows color (decimal): -15874561 or 16762125. OLE color: 16762125.
HSL color Cylindrical-coordinate representation of color #0DC5FF: hue angle of 194.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC5FF is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 197 | 255 | - |
| CMYK | 0.95 | 0.23 | 0 | 0 |
| HSL | 194.38º | 1% | 0.53% | - |
| HSV(B) | 194.38º | 0.95% | 1% | - |
| XYZ | 38.18 | 47.24 | 101.71 | - |
| YUV | 148.6 | 188.04 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 255 | 0.95 | 0.23 | 0 | 0 | 194.38 | 1 | 0.53 |
| Hex | D | C5 | FF | 5F | 17 | 0 | 0 | C2 | 64 | 35 |
| Octal | 15 | 305 | 377 | 137 | 27 | 0 | 0 | 302 | 144 | 65 |
| Binary | 1101 | 11000101 | 11111111 | 1011111 | 10111 | 0 | 0 | 11000010 | 1100100 | 110101 |
Color Harmonies of #0DC5FF
Complementary color
Monochromatic Colors of #0DC5FF
Black with #0DC5FF
Text Example
Text Example
White with #0DC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC5FF; }
p { color: rgb(13,197,255); }
H1.HeaderClassName
{
color: #0DC5FF;
}
.AnyTagClassName
{
color: #0DC5FF;
}
</style>
background-color css
<style>
a { background-color: #0DC5FF; }
a { background-color: rgb(13,197,255); }
div.DivClassName
{
background-color: #0DC5FF;
}
.BgClassName
{
background-color: #0DC5FF;
}
</style>
border-color css
<style>
span { border-color: #0DC5FF; }
span { border-color: rgb(13,197,255); }
td.TdClassName
{
border-color: #0DC5FF;
}
.TagClassName
{
border-color: #0DC5FF;
}
</style>