Shades of Deep Sky Blue #0DCDFD
Tints of Deep Sky Blue #0DCDFD
RGB
CMYK
RGB Variations
Color information
#0DCDFD (or 0x0DCDFD) is known color: Deep Sky Blue. HEX triplet: 0D, CD and FD. RGB value is (13,205,253). Sum of RGB (Red+Green+Blue) = 13+205+253=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DCDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCDFD is #F23202. Grayscale: #989898. Windows color (decimal): -15872515 or 16633101. OLE color: 16633101.
HSL color Cylindrical-coordinate representation of color #0DCDFD: hue angle of 192º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCDFD is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 205 | 253 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.01 |
| HSL | 192º | 0.98% | 0.52% | - |
| HSV(B) | 192º | 0.95% | 0.99% | - |
| XYZ | 39.73 | 50.84 | 100.65 | - |
| YUV | 153.06 | 184.39 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 253 | 0.95 | 0.19 | 0 | 0.01 | 192 | 0.98 | 0.52 |
| Hex | D | CD | FD | 5F | 13 | 0 | 1 | C0 | 62 | 34 |
| Octal | 15 | 315 | 375 | 137 | 23 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1101 | 11001101 | 11111101 | 1011111 | 10011 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0DCDFD
Complementary color
Monochromatic Colors of #0DCDFD
Black with #0DCDFD
Text Example
Text Example
White with #0DCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDFD; }
p { color: rgb(13,205,253); }
H1.HeaderClassName
{
color: #0DCDFD;
}
.AnyTagClassName
{
color: #0DCDFD;
}
</style>
background-color css
<style>
a { background-color: #0DCDFD; }
a { background-color: rgb(13,205,253); }
div.DivClassName
{
background-color: #0DCDFD;
}
.BgClassName
{
background-color: #0DCDFD;
}
</style>
border-color css
<style>
span { border-color: #0DCDFD; }
span { border-color: rgb(13,205,253); }
td.TdClassName
{
border-color: #0DCDFD;
}
.TagClassName
{
border-color: #0DCDFD;
}
</style>