Shades of Deep Sky Blue #0DCBFD
Tints of Deep Sky Blue #0DCBFD
RGB
CMYK
RGB Variations
Color information
#0DCBFD (or 0x0DCBFD) is known color: Deep Sky Blue. HEX triplet: 0D, CB and FD. RGB value is (13,203,253). Sum of RGB (Red+Green+Blue) = 13+203+253=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DCBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBFD is #F23402. Grayscale: #979797. Windows color (decimal): -15873027 or 16632589. OLE color: 16632589.
HSL color Cylindrical-coordinate representation of color #0DCBFD: hue angle of 192.5º 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 #0DCBFD is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 203 | 253 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.01 |
| HSL | 192.5º | 0.98% | 0.52% | - |
| HSV(B) | 192.5º | 0.95% | 0.99% | - |
| XYZ | 39.25 | 49.89 | 100.49 | - |
| YUV | 151.89 | 185.05 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 253 | 0.95 | 0.20 | 0 | 0.01 | 192.5 | 0.98 | 0.52 |
| Hex | D | CB | FD | 5F | 14 | 0 | 1 | C0 | 62 | 34 |
| Octal | 15 | 313 | 375 | 137 | 24 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1101 | 11001011 | 11111101 | 1011111 | 10100 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0DCBFD
Complementary color
Monochromatic Colors of #0DCBFD
Black with #0DCBFD
Text Example
Text Example
White with #0DCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBFD; }
p { color: rgb(13,203,253); }
H1.HeaderClassName
{
color: #0DCBFD;
}
.AnyTagClassName
{
color: #0DCBFD;
}
</style>
background-color css
<style>
a { background-color: #0DCBFD; }
a { background-color: rgb(13,203,253); }
div.DivClassName
{
background-color: #0DCBFD;
}
.BgClassName
{
background-color: #0DCBFD;
}
</style>
border-color css
<style>
span { border-color: #0DCBFD; }
span { border-color: rgb(13,203,253); }
td.TdClassName
{
border-color: #0DCBFD;
}
.TagClassName
{
border-color: #0DCBFD;
}
</style>