Shades of Deep Sky Blue #0DCDFE
Tints of Deep Sky Blue #0DCDFE
RGB
CMYK
RGB Variations
Color information
#0DCDFE (or 0x0DCDFE) is known color: Deep Sky Blue. HEX triplet: 0D, CD and FE. RGB value is (13,205,254). Sum of RGB (Red+Green+Blue) = 13+205+254=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DCDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCDFE is #F23201. Grayscale: #989898. Windows color (decimal): -15872514 or 16698637. OLE color: 16698637.
HSL color Cylindrical-coordinate representation of color #0DCDFE: hue angle of 192.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCDFE is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 205 | 254 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.00 |
| HSL | 192.2º | 0.99% | 0.52% | - |
| HSV(B) | 192.2º | 0.95% | 1% | - |
| XYZ | 39.89 | 50.9 | 101.49 | - |
| YUV | 153.18 | 184.89 | 28.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 254 | 0.95 | 0.19 | 0 | 0.00 | 192.2 | 0.99 | 0.52 |
| Hex | D | CD | FE | 5F | 13 | 0 | 0 | C0 | 63 | 34 |
| Octal | 15 | 315 | 376 | 137 | 23 | 0 | 0 | 300 | 143 | 64 |
| Binary | 1101 | 11001101 | 11111110 | 1011111 | 10011 | 0 | 0 | 11000000 | 1100011 | 110100 |
Color Harmonies of #0DCDFE
Complementary color
Monochromatic Colors of #0DCDFE
Black with #0DCDFE
Text Example
Text Example
White with #0DCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDFE; }
p { color: rgb(13,205,254); }
H1.HeaderClassName
{
color: #0DCDFE;
}
.AnyTagClassName
{
color: #0DCDFE;
}
</style>
background-color css
<style>
a { background-color: #0DCDFE; }
a { background-color: rgb(13,205,254); }
div.DivClassName
{
background-color: #0DCDFE;
}
.BgClassName
{
background-color: #0DCDFE;
}
</style>
border-color css
<style>
span { border-color: #0DCDFE; }
span { border-color: rgb(13,205,254); }
td.TdClassName
{
border-color: #0DCDFE;
}
.TagClassName
{
border-color: #0DCDFE;
}
</style>