Shades of Deep Sky Blue #0DCBFE
Tints of Deep Sky Blue #0DCBFE
RGB
CMYK
RGB Variations
Color information
#0DCBFE (or 0x0DCBFE) is known color: Deep Sky Blue. HEX triplet: 0D, CB and FE. RGB value is (13,203,254). Sum of RGB (Red+Green+Blue) = 13+203+254=470 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DCBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBFE is #F23401. Grayscale: #979797. Windows color (decimal): -15873026 or 16698125. OLE color: 16698125.
HSL color Cylindrical-coordinate representation of color #0DCBFE: hue angle of 192.7º 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 #0DCBFE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 203 | 254 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.00 |
| HSL | 192.7º | 0.99% | 0.52% | - |
| HSV(B) | 192.7º | 0.95% | 1% | - |
| XYZ | 39.41 | 49.95 | 101.33 | - |
| YUV | 152 | 185.55 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 254 | 0.95 | 0.20 | 0 | 0.00 | 192.7 | 0.99 | 0.52 |
| Hex | D | CB | FE | 5F | 14 | 0 | 0 | C1 | 63 | 34 |
| Octal | 15 | 313 | 376 | 137 | 24 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1101 | 11001011 | 11111110 | 1011111 | 10100 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #0DCBFE
Complementary color
Monochromatic Colors of #0DCBFE
Black with #0DCBFE
Text Example
Text Example
White with #0DCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBFE; }
p { color: rgb(13,203,254); }
H1.HeaderClassName
{
color: #0DCBFE;
}
.AnyTagClassName
{
color: #0DCBFE;
}
</style>
background-color css
<style>
a { background-color: #0DCBFE; }
a { background-color: rgb(13,203,254); }
div.DivClassName
{
background-color: #0DCBFE;
}
.BgClassName
{
background-color: #0DCBFE;
}
</style>
border-color css
<style>
span { border-color: #0DCBFE; }
span { border-color: rgb(13,203,254); }
td.TdClassName
{
border-color: #0DCBFE;
}
.TagClassName
{
border-color: #0DCBFE;
}
</style>