Shades of Iris Blue #0DADBE
Tints of Iris Blue #0DADBE
RGB
CMYK
RGB Variations
Color information
#0DADBE (or 0x0DADBE) is known color: Iris Blue. HEX triplet: 0D, AD and BE. RGB value is (13,173,190). Sum of RGB (Red+Green+Blue) = 13+173+190=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADBE is #F25241. Grayscale: #7E7E7E. Windows color (decimal): -15880770 or 12496141. OLE color: 12496141.
HSL color Cylindrical-coordinate representation of color #0DADBE: hue angle of 185.76º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DADBE is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 173 | 190 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.25 |
| HSL | 185.76º | 0.87% | 0.4% | - |
| HSV(B) | 185.76º | 0.93% | 0.75% | - |
| XYZ | 24.4 | 33.69 | 53.93 | - |
| YUV | 127.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 190 | 0.93 | 0.09 | 0 | 0.25 | 185.76 | 0.87 | 0.4 |
| Hex | D | AD | BE | 5D | 9 | 0 | 19 | BA | 57 | 28 |
| Octal | 15 | 255 | 276 | 135 | 11 | 0 | 31 | 272 | 127 | 50 |
| Binary | 1101 | 10101101 | 10111110 | 1011101 | 1001 | 0 | 11001 | 10111010 | 1010111 | 101000 |
Color Harmonies of #0DADBE
Complementary color
Monochromatic Colors of #0DADBE
Black with #0DADBE
Text Example
Text Example
White with #0DADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DADBE; }
p { color: rgb(13,173,190); }
H1.HeaderClassName
{
color: #0DADBE;
}
.AnyTagClassName
{
color: #0DADBE;
}
</style>
background-color css
<style>
a { background-color: #0DADBE; }
a { background-color: rgb(13,173,190); }
div.DivClassName
{
background-color: #0DADBE;
}
.BgClassName
{
background-color: #0DADBE;
}
</style>
border-color css
<style>
span { border-color: #0DADBE; }
span { border-color: rgb(13,173,190); }
td.TdClassName
{
border-color: #0DADBE;
}
.TagClassName
{
border-color: #0DADBE;
}
</style>