Shades of Deep Sky Blue #0DCFEF
Tints of Deep Sky Blue #0DCFEF
RGB
CMYK
RGB Variations
Color information
#0DCFEF (or 0x0DCFEF) is known color: Deep Sky Blue. HEX triplet: 0D, CF and EF. RGB value is (13,207,239). Sum of RGB (Red+Green+Blue) = 13+207+239=459 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #0DCFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFEF is #F23010. Grayscale: #989898. Windows color (decimal): -15872017 or 15716109. OLE color: 15716109.
HSL color Cylindrical-coordinate representation of color #0DCFEF: hue angle of 188.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCFEF is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 207 | 239 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.06 |
| HSL | 188.5º | 0.9% | 0.49% | - |
| HSV(B) | 188.5º | 0.95% | 0.94% | - |
| XYZ | 38.06 | 50.94 | 89.49 | - |
| YUV | 152.64 | 176.73 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 239 | 0.95 | 0.13 | 0 | 0.06 | 188.5 | 0.9 | 0.49 |
| Hex | D | CF | EF | 5F | D | 0 | 6 | BC | 5A | 31 |
| Octal | 15 | 317 | 357 | 137 | 15 | 0 | 6 | 274 | 132 | 61 |
| Binary | 1101 | 11001111 | 11101111 | 1011111 | 1101 | 0 | 110 | 10111100 | 1011010 | 110001 |
Color Harmonies of #0DCFEF
Complementary color
Monochromatic Colors of #0DCFEF
Black with #0DCFEF
Text Example
Text Example
White with #0DCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFEF; }
p { color: rgb(13,207,239); }
H1.HeaderClassName
{
color: #0DCFEF;
}
.AnyTagClassName
{
color: #0DCFEF;
}
</style>
background-color css
<style>
a { background-color: #0DCFEF; }
a { background-color: rgb(13,207,239); }
div.DivClassName
{
background-color: #0DCFEF;
}
.BgClassName
{
background-color: #0DCFEF;
}
</style>
border-color css
<style>
span { border-color: #0DCFEF; }
span { border-color: rgb(13,207,239); }
td.TdClassName
{
border-color: #0DCFEF;
}
.TagClassName
{
border-color: #0DCFEF;
}
</style>