Shades of Deep Sky Blue #0DC2FF
Tints of Deep Sky Blue #0DC2FF
RGB
CMYK
RGB Variations
Color information
#0DC2FF (or 0x0DC2FF) is known color: Deep Sky Blue. HEX triplet: 0D, C2 and FF. RGB value is (13,194,255). Sum of RGB (Red+Green+Blue) = 13+194+255=462 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DC2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC2FF is #F23D00. Grayscale: #929292. Windows color (decimal): -15875329 or 16761357. OLE color: 16761357.
HSL color Cylindrical-coordinate representation of color #0DC2FF: hue angle of 195.12º 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 #0DC2FF is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 194 | 255 | - |
| CMYK | 0.95 | 0.24 | 0 | 0 |
| HSL | 195.12º | 1% | 0.53% | - |
| HSV(B) | 195.12º | 0.95% | 1% | - |
| XYZ | 37.51 | 45.89 | 101.49 | - |
| YUV | 146.84 | 189.03 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 255 | 0.95 | 0.24 | 0 | 0 | 195.12 | 1 | 0.53 |
| Hex | D | C2 | FF | 5F | 18 | 0 | 0 | C3 | 64 | 35 |
| Octal | 15 | 302 | 377 | 137 | 30 | 0 | 0 | 303 | 144 | 65 |
| Binary | 1101 | 11000010 | 11111111 | 1011111 | 11000 | 0 | 0 | 11000011 | 1100100 | 110101 |
Color Harmonies of #0DC2FF
Complementary color
Monochromatic Colors of #0DC2FF
Black with #0DC2FF
Text Example
Text Example
White with #0DC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC2FF; }
p { color: rgb(13,194,255); }
H1.HeaderClassName
{
color: #0DC2FF;
}
.AnyTagClassName
{
color: #0DC2FF;
}
</style>
background-color css
<style>
a { background-color: #0DC2FF; }
a { background-color: rgb(13,194,255); }
div.DivClassName
{
background-color: #0DC2FF;
}
.BgClassName
{
background-color: #0DC2FF;
}
</style>
border-color css
<style>
span { border-color: #0DC2FF; }
span { border-color: rgb(13,194,255); }
td.TdClassName
{
border-color: #0DC2FF;
}
.TagClassName
{
border-color: #0DC2FF;
}
</style>