Shades of Deep Sky Blue #0DC2FE
Tints of Deep Sky Blue #0DC2FE
RGB
CMYK
RGB Variations
Color information
#0DC2FE (or 0x0DC2FE) is known color: Deep Sky Blue. HEX triplet: 0D, C2 and FE. RGB value is (13,194,254). Sum of RGB (Red+Green+Blue) = 13+194+254=461 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.82% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DC2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC2FE is #F23D01. Grayscale: #929292. Windows color (decimal): -15875330 or 16695821. OLE color: 16695821.
HSL color Cylindrical-coordinate representation of color #0DC2FE: hue angle of 194.94º 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 #0DC2FE is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 194 | 254 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.00 |
| HSL | 194.94º | 0.99% | 0.52% | - |
| HSV(B) | 194.94º | 0.95% | 1% | - |
| XYZ | 37.35 | 45.82 | 100.64 | - |
| YUV | 146.72 | 188.53 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 254 | 0.95 | 0.24 | 0 | 0.00 | 194.94 | 0.99 | 0.52 |
| Hex | D | C2 | FE | 5F | 18 | 0 | 0 | C3 | 63 | 34 |
| Octal | 15 | 302 | 376 | 137 | 30 | 0 | 0 | 303 | 143 | 64 |
| Binary | 1101 | 11000010 | 11111110 | 1011111 | 11000 | 0 | 0 | 11000011 | 1100011 | 110100 |
Color Harmonies of #0DC2FE
Complementary color
Monochromatic Colors of #0DC2FE
Black with #0DC2FE
Text Example
Text Example
White with #0DC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC2FE; }
p { color: rgb(13,194,254); }
H1.HeaderClassName
{
color: #0DC2FE;
}
.AnyTagClassName
{
color: #0DC2FE;
}
</style>
background-color css
<style>
a { background-color: #0DC2FE; }
a { background-color: rgb(13,194,254); }
div.DivClassName
{
background-color: #0DC2FE;
}
.BgClassName
{
background-color: #0DC2FE;
}
</style>
border-color css
<style>
span { border-color: #0DC2FE; }
span { border-color: rgb(13,194,254); }
td.TdClassName
{
border-color: #0DC2FE;
}
.TagClassName
{
border-color: #0DC2FE;
}
</style>