Shades of Deep Sky Blue #0DCEFF
Tints of Deep Sky Blue #0DCEFF
RGB
CMYK
RGB Variations
Color information
#0DCEFF (or 0x0DCEFF) is known color: Deep Sky Blue. HEX triplet: 0D, CE and FF. RGB value is (13,206,255). Sum of RGB (Red+Green+Blue) = 13+206+255=474 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DCEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCEFF is #F23100. Grayscale: #999999. Windows color (decimal): -15872257 or 16764429. OLE color: 16764429.
HSL color Cylindrical-coordinate representation of color #0DCEFF: hue angle of 192.15º 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 #0DCEFF is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 206 | 255 | - |
| CMYK | 0.95 | 0.19 | 0 | 0 |
| HSL | 192.15º | 1% | 0.53% | - |
| HSV(B) | 192.15º | 0.95% | 1% | - |
| XYZ | 40.29 | 51.45 | 102.41 | - |
| YUV | 153.88 | 185.06 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 255 | 0.95 | 0.19 | 0 | 0 | 192.15 | 1 | 0.53 |
| Hex | D | CE | FF | 5F | 13 | 0 | 0 | C0 | 64 | 35 |
| Octal | 15 | 316 | 377 | 137 | 23 | 0 | 0 | 300 | 144 | 65 |
| Binary | 1101 | 11001110 | 11111111 | 1011111 | 10011 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #0DCEFF
Complementary color
Monochromatic Colors of #0DCEFF
Black with #0DCEFF
Text Example
Text Example
White with #0DCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCEFF; }
p { color: rgb(13,206,255); }
H1.HeaderClassName
{
color: #0DCEFF;
}
.AnyTagClassName
{
color: #0DCEFF;
}
</style>
background-color css
<style>
a { background-color: #0DCEFF; }
a { background-color: rgb(13,206,255); }
div.DivClassName
{
background-color: #0DCEFF;
}
.BgClassName
{
background-color: #0DCEFF;
}
</style>
border-color css
<style>
span { border-color: #0DCEFF; }
span { border-color: rgb(13,206,255); }
td.TdClassName
{
border-color: #0DCEFF;
}
.TagClassName
{
border-color: #0DCEFF;
}
</style>