Shades of Iris Blue #0DBECD
Tints of Iris Blue #0DBECD
RGB
CMYK
RGB Variations
Color information
#0DBECD (or 0x0DBECD) is known color: Iris Blue. HEX triplet: 0D, BE and CD. RGB value is (13,190,205). Sum of RGB (Red+Green+Blue) = 13+190+205=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DBECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBECD is #F24132. Grayscale: #8A8A8A. Windows color (decimal): -15876403 or 13483533. OLE color: 13483533.
HSL color Cylindrical-coordinate representation of color #0DBECD: hue angle of 184.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBECD is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 190 | 205 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.20 |
| HSL | 184.69º | 0.88% | 0.43% | - |
| HSV(B) | 184.69º | 0.94% | 0.8% | - |
| XYZ | 29.6 | 41.32 | 64.17 | - |
| YUV | 138.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 205 | 0.94 | 0.07 | 0 | 0.20 | 184.69 | 0.88 | 0.43 |
| Hex | D | BE | CD | 5E | 7 | 0 | 14 | B9 | 58 | 2B |
| Octal | 15 | 276 | 315 | 136 | 7 | 0 | 24 | 271 | 130 | 53 |
| Binary | 1101 | 10111110 | 11001101 | 1011110 | 111 | 0 | 10100 | 10111001 | 1011000 | 101011 |
Color Harmonies of #0DBECD
Complementary color
Monochromatic Colors of #0DBECD
Black with #0DBECD
Text Example
Text Example
White with #0DBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBECD; }
p { color: rgb(13,190,205); }
H1.HeaderClassName
{
color: #0DBECD;
}
.AnyTagClassName
{
color: #0DBECD;
}
</style>
background-color css
<style>
a { background-color: #0DBECD; }
a { background-color: rgb(13,190,205); }
div.DivClassName
{
background-color: #0DBECD;
}
.BgClassName
{
background-color: #0DBECD;
}
</style>
border-color css
<style>
span { border-color: #0DBECD; }
span { border-color: rgb(13,190,205); }
td.TdClassName
{
border-color: #0DBECD;
}
.TagClassName
{
border-color: #0DBECD;
}
</style>