Shades of Iris Blue #0DB4BD
Tints of Iris Blue #0DB4BD
RGB
CMYK
RGB Variations
Color information
#0DB4BD (or 0x0DB4BD) is known color: Iris Blue. HEX triplet: 0D, B4 and BD. RGB value is (13,180,189). Sum of RGB (Red+Green+Blue) = 13+180+189=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DB4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB4BD is #F24B42. Grayscale: #828282. Windows color (decimal): -15878979 or 12432397. OLE color: 12432397.
HSL color Cylindrical-coordinate representation of color #0DB4BD: hue angle of 183.07º 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 #0DB4BD is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 180 | 189 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.26 |
| HSL | 183.07º | 0.87% | 0.4% | - |
| HSV(B) | 183.07º | 0.93% | 0.74% | - |
| XYZ | 25.67 | 36.4 | 53.82 | - |
| YUV | 131.09 | 160.67 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 189 | 0.93 | 0.05 | 0 | 0.26 | 183.07 | 0.87 | 0.4 |
| Hex | D | B4 | BD | 5D | 5 | 0 | 1A | B7 | 57 | 28 |
| Octal | 15 | 264 | 275 | 135 | 5 | 0 | 32 | 267 | 127 | 50 |
| Binary | 1101 | 10110100 | 10111101 | 1011101 | 101 | 0 | 11010 | 10110111 | 1010111 | 101000 |
Color Harmonies of #0DB4BD
Complementary color
Monochromatic Colors of #0DB4BD
Black with #0DB4BD
Text Example
Text Example
White with #0DB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB4BD; }
p { color: rgb(13,180,189); }
H1.HeaderClassName
{
color: #0DB4BD;
}
.AnyTagClassName
{
color: #0DB4BD;
}
</style>
background-color css
<style>
a { background-color: #0DB4BD; }
a { background-color: rgb(13,180,189); }
div.DivClassName
{
background-color: #0DB4BD;
}
.BgClassName
{
background-color: #0DB4BD;
}
</style>
border-color css
<style>
span { border-color: #0DB4BD; }
span { border-color: rgb(13,180,189); }
td.TdClassName
{
border-color: #0DB4BD;
}
.TagClassName
{
border-color: #0DB4BD;
}
</style>