Shades of Deep Sky Blue #0DCBF6
Tints of Deep Sky Blue #0DCBF6
RGB
CMYK
RGB Variations
Color information
#0DCBF6 (or 0x0DCBF6) is known color: Deep Sky Blue. HEX triplet: 0D, CB and F6. RGB value is (13,203,246). Sum of RGB (Red+Green+Blue) = 13+203+246=462 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DCBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBF6 is #F23409. Grayscale: #969696. Windows color (decimal): -15873034 or 16173837. OLE color: 16173837.
HSL color Cylindrical-coordinate representation of color #0DCBF6: hue angle of 191.07º 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 #0DCBF6 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 203 | 246 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.04 |
| HSL | 191.07º | 0.93% | 0.51% | - |
| HSV(B) | 191.07º | 0.95% | 0.96% | - |
| XYZ | 38.16 | 49.45 | 94.72 | - |
| YUV | 151.09 | 181.55 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 246 | 0.95 | 0.17 | 0 | 0.04 | 191.07 | 0.93 | 0.51 |
| Hex | D | CB | F6 | 5F | 11 | 0 | 4 | BF | 5D | 33 |
| Octal | 15 | 313 | 366 | 137 | 21 | 0 | 4 | 277 | 135 | 63 |
| Binary | 1101 | 11001011 | 11110110 | 1011111 | 10001 | 0 | 100 | 10111111 | 1011101 | 110011 |
Color Harmonies of #0DCBF6
Complementary color
Monochromatic Colors of #0DCBF6
Black with #0DCBF6
Text Example
Text Example
White with #0DCBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBF6; }
p { color: rgb(13,203,246); }
H1.HeaderClassName
{
color: #0DCBF6;
}
.AnyTagClassName
{
color: #0DCBF6;
}
</style>
background-color css
<style>
a { background-color: #0DCBF6; }
a { background-color: rgb(13,203,246); }
div.DivClassName
{
background-color: #0DCBF6;
}
.BgClassName
{
background-color: #0DCBF6;
}
</style>
border-color css
<style>
span { border-color: #0DCBF6; }
span { border-color: rgb(13,203,246); }
td.TdClassName
{
border-color: #0DCBF6;
}
.TagClassName
{
border-color: #0DCBF6;
}
</style>