Shades of Deep Sky Blue #0DD5F3
Tints of Deep Sky Blue #0DD5F3
RGB
CMYK
RGB Variations
Color information
#0DD5F3 (or 0x0DD5F3) is known color: Deep Sky Blue. HEX triplet: 0D, D5 and F3. RGB value is (13,213,243). Sum of RGB (Red+Green+Blue) = 13+213+243=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #0DD5F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD5F3 is #F22A0C. Grayscale: #9C9C9C. Windows color (decimal): -15870477 or 15979789. OLE color: 15979789.
HSL color Cylindrical-coordinate representation of color #0DD5F3: hue angle of 187.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DD5F3 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 213 | 243 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.05 |
| HSL | 187.83º | 0.91% | 0.5% | - |
| HSV(B) | 187.83º | 0.95% | 0.95% | - |
| XYZ | 40.14 | 54.15 | 93.13 | - |
| YUV | 156.62 | 176.74 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 243 | 0.95 | 0.12 | 0 | 0.05 | 187.83 | 0.91 | 0.5 |
| Hex | D | D5 | F3 | 5F | C | 0 | 5 | BC | 5B | 32 |
| Octal | 15 | 325 | 363 | 137 | 14 | 0 | 5 | 274 | 133 | 62 |
| Binary | 1101 | 11010101 | 11110011 | 1011111 | 1100 | 0 | 101 | 10111100 | 1011011 | 110010 |
Color Harmonies of #0DD5F3
Complementary color
Monochromatic Colors of #0DD5F3
Black with #0DD5F3
Text Example
Text Example
White with #0DD5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD5F3; }
p { color: rgb(13,213,243); }
H1.HeaderClassName
{
color: #0DD5F3;
}
.AnyTagClassName
{
color: #0DD5F3;
}
</style>
background-color css
<style>
a { background-color: #0DD5F3; }
a { background-color: rgb(13,213,243); }
div.DivClassName
{
background-color: #0DD5F3;
}
.BgClassName
{
background-color: #0DD5F3;
}
</style>
border-color css
<style>
span { border-color: #0DD5F3; }
span { border-color: rgb(13,213,243); }
td.TdClassName
{
border-color: #0DD5F3;
}
.TagClassName
{
border-color: #0DD5F3;
}
</style>