Shades of Deep Sky Blue #0DCBFF
Tints of Deep Sky Blue #0DCBFF
RGB
CMYK
RGB Variations
Color information
#0DCBFF (or 0x0DCBFF) is known color: Deep Sky Blue. HEX triplet: 0D, CB and FF. RGB value is (13,203,255). Sum of RGB (Red+Green+Blue) = 13+203+255=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DCBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBFF is #F23400. Grayscale: #979797. Windows color (decimal): -15873025 or 16763661. OLE color: 16763661.
HSL color Cylindrical-coordinate representation of color #0DCBFF: hue angle of 192.89º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCBFF is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 203 | 255 | - |
| CMYK | 0.95 | 0.20 | 0 | 0 |
| HSL | 192.89º | 1% | 0.53% | - |
| HSV(B) | 192.89º | 0.95% | 1% | - |
| XYZ | 39.57 | 50.02 | 102.18 | - |
| YUV | 152.12 | 186.05 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 255 | 0.95 | 0.20 | 0 | 0 | 192.89 | 1 | 0.53 |
| Hex | D | CB | FF | 5F | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 15 | 313 | 377 | 137 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 1101 | 11001011 | 11111111 | 1011111 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #0DCBFF
Complementary color
Monochromatic Colors of #0DCBFF
Black with #0DCBFF
Text Example
Text Example
White with #0DCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBFF; }
p { color: rgb(13,203,255); }
H1.HeaderClassName
{
color: #0DCBFF;
}
.AnyTagClassName
{
color: #0DCBFF;
}
</style>
background-color css
<style>
a { background-color: #0DCBFF; }
a { background-color: rgb(13,203,255); }
div.DivClassName
{
background-color: #0DCBFF;
}
.BgClassName
{
background-color: #0DCBFF;
}
</style>
border-color css
<style>
span { border-color: #0DCBFF; }
span { border-color: rgb(13,203,255); }
td.TdClassName
{
border-color: #0DCBFF;
}
.TagClassName
{
border-color: #0DCBFF;
}
</style>