Shades of Deep Sky Blue #0DC6FF
Tints of Deep Sky Blue #0DC6FF
RGB
CMYK
RGB Variations
Color information
#0DC6FF (or 0x0DC6FF) is known color: Deep Sky Blue. HEX triplet: 0D, C6 and FF. RGB value is (13,198,255). Sum of RGB (Red+Green+Blue) = 13+198+255=466 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.79% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DC6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC6FF is #F23900. Grayscale: #949494. Windows color (decimal): -15874305 or 16762381. OLE color: 16762381.
HSL color Cylindrical-coordinate representation of color #0DC6FF: hue angle of 194.13º 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 #0DC6FF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 198 | 255 | - |
| CMYK | 0.95 | 0.22 | 0 | 0 |
| HSL | 194.13º | 1% | 0.53% | - |
| HSV(B) | 194.13º | 0.95% | 1% | - |
| XYZ | 38.41 | 47.69 | 101.79 | - |
| YUV | 149.18 | 187.71 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 255 | 0.95 | 0.22 | 0 | 0 | 194.13 | 1 | 0.53 |
| Hex | D | C6 | FF | 5F | 16 | 0 | 0 | C2 | 64 | 35 |
| Octal | 15 | 306 | 377 | 137 | 26 | 0 | 0 | 302 | 144 | 65 |
| Binary | 1101 | 11000110 | 11111111 | 1011111 | 10110 | 0 | 0 | 11000010 | 1100100 | 110101 |
Color Harmonies of #0DC6FF
Complementary color
Monochromatic Colors of #0DC6FF
Black with #0DC6FF
Text Example
Text Example
White with #0DC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC6FF; }
p { color: rgb(13,198,255); }
H1.HeaderClassName
{
color: #0DC6FF;
}
.AnyTagClassName
{
color: #0DC6FF;
}
</style>
background-color css
<style>
a { background-color: #0DC6FF; }
a { background-color: rgb(13,198,255); }
div.DivClassName
{
background-color: #0DC6FF;
}
.BgClassName
{
background-color: #0DC6FF;
}
</style>
border-color css
<style>
span { border-color: #0DC6FF; }
span { border-color: rgb(13,198,255); }
td.TdClassName
{
border-color: #0DC6FF;
}
.TagClassName
{
border-color: #0DC6FF;
}
</style>