Shades of Deep Sky Blue #0DCFF6
Tints of Deep Sky Blue #0DCFF6
RGB
CMYK
RGB Variations
Color information
#0DCFF6 (or 0x0DCFF6) is known color: Deep Sky Blue. HEX triplet: 0D, CF and F6. RGB value is (13,207,246). Sum of RGB (Red+Green+Blue) = 13+207+246=466 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.79% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DCFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFF6 is #F23009. Grayscale: #999999. Windows color (decimal): -15872010 or 16174861. OLE color: 16174861.
HSL color Cylindrical-coordinate representation of color #0DCFF6: hue angle of 190.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCFF6 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 207 | 246 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.04 |
| HSL | 190.04º | 0.93% | 0.51% | - |
| HSV(B) | 190.04º | 0.95% | 0.96% | - |
| XYZ | 39.11 | 51.37 | 95.04 | - |
| YUV | 153.44 | 180.23 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 246 | 0.95 | 0.16 | 0 | 0.04 | 190.04 | 0.93 | 0.51 |
| Hex | D | CF | F6 | 5F | 10 | 0 | 4 | BE | 5D | 33 |
| Octal | 15 | 317 | 366 | 137 | 20 | 0 | 4 | 276 | 135 | 63 |
| Binary | 1101 | 11001111 | 11110110 | 1011111 | 10000 | 0 | 100 | 10111110 | 1011101 | 110011 |
Color Harmonies of #0DCFF6
Complementary color
Monochromatic Colors of #0DCFF6
Black with #0DCFF6
Text Example
Text Example
White with #0DCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFF6; }
p { color: rgb(13,207,246); }
H1.HeaderClassName
{
color: #0DCFF6;
}
.AnyTagClassName
{
color: #0DCFF6;
}
</style>
background-color css
<style>
a { background-color: #0DCFF6; }
a { background-color: rgb(13,207,246); }
div.DivClassName
{
background-color: #0DCFF6;
}
.BgClassName
{
background-color: #0DCFF6;
}
</style>
border-color css
<style>
span { border-color: #0DCFF6; }
span { border-color: rgb(13,207,246); }
td.TdClassName
{
border-color: #0DCFF6;
}
.TagClassName
{
border-color: #0DCFF6;
}
</style>