Shades of Iris Blue #0DA8BD
Tints of Iris Blue #0DA8BD
RGB
CMYK
RGB Variations
Color information
#0DA8BD (or 0x0DA8BD) is known color: Iris Blue. HEX triplet: 0D, A8 and BD. RGB value is (13,168,189). Sum of RGB (Red+Green+Blue) = 13+168+189=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DA8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8BD is #F25742. Grayscale: #7B7B7B. Windows color (decimal): -15882051 or 12429325. OLE color: 12429325.
HSL color Cylindrical-coordinate representation of color #0DA8BD: hue angle of 187.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA8BD is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 168 | 189 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.26 |
| HSL | 187.16º | 0.87% | 0.4% | - |
| HSV(B) | 187.16º | 0.93% | 0.74% | - |
| XYZ | 23.35 | 31.76 | 53.04 | - |
| YUV | 124.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 189 | 0.93 | 0.11 | 0 | 0.26 | 187.16 | 0.87 | 0.4 |
| Hex | D | A8 | BD | 5D | B | 0 | 1A | BB | 57 | 28 |
| Octal | 15 | 250 | 275 | 135 | 13 | 0 | 32 | 273 | 127 | 50 |
| Binary | 1101 | 10101000 | 10111101 | 1011101 | 1011 | 0 | 11010 | 10111011 | 1010111 | 101000 |
Color Harmonies of #0DA8BD
Complementary color
Monochromatic Colors of #0DA8BD
Black with #0DA8BD
Text Example
Text Example
White with #0DA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA8BD; }
p { color: rgb(13,168,189); }
H1.HeaderClassName
{
color: #0DA8BD;
}
.AnyTagClassName
{
color: #0DA8BD;
}
</style>
background-color css
<style>
a { background-color: #0DA8BD; }
a { background-color: rgb(13,168,189); }
div.DivClassName
{
background-color: #0DA8BD;
}
.BgClassName
{
background-color: #0DA8BD;
}
</style>
border-color css
<style>
span { border-color: #0DA8BD; }
span { border-color: rgb(13,168,189); }
td.TdClassName
{
border-color: #0DA8BD;
}
.TagClassName
{
border-color: #0DA8BD;
}
</style>