Shades of Iris Blue #0DBFDB
Tints of Iris Blue #0DBFDB
RGB
CMYK
RGB Variations
Color information
#0DBFDB (or 0x0DBFDB) is known color: Iris Blue. HEX triplet: 0D, BF and DB. RGB value is (13,191,219). Sum of RGB (Red+Green+Blue) = 13+191+219=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DBFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFDB is #F24024. Grayscale: #8C8C8C. Windows color (decimal): -15876133 or 14401293. OLE color: 14401293.
HSL color Cylindrical-coordinate representation of color #0DBFDB: hue angle of 188.16º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFDB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 191 | 219 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.14 |
| HSL | 188.16º | 0.89% | 0.45% | - |
| HSV(B) | 188.16º | 0.94% | 0.86% | - |
| XYZ | 31.58 | 42.46 | 73.55 | - |
| YUV | 140.97 | 172.03 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 219 | 0.94 | 0.13 | 0 | 0.14 | 188.16 | 0.89 | 0.45 |
| Hex | D | BF | DB | 5E | D | 0 | E | BC | 59 | 2D |
| Octal | 15 | 277 | 333 | 136 | 15 | 0 | 16 | 274 | 131 | 55 |
| Binary | 1101 | 10111111 | 11011011 | 1011110 | 1101 | 0 | 1110 | 10111100 | 1011001 | 101101 |
Color Harmonies of #0DBFDB
Complementary color
Monochromatic Colors of #0DBFDB
Black with #0DBFDB
Text Example
Text Example
White with #0DBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFDB; }
p { color: rgb(13,191,219); }
H1.HeaderClassName
{
color: #0DBFDB;
}
.AnyTagClassName
{
color: #0DBFDB;
}
</style>
background-color css
<style>
a { background-color: #0DBFDB; }
a { background-color: rgb(13,191,219); }
div.DivClassName
{
background-color: #0DBFDB;
}
.BgClassName
{
background-color: #0DBFDB;
}
</style>
border-color css
<style>
span { border-color: #0DBFDB; }
span { border-color: rgb(13,191,219); }
td.TdClassName
{
border-color: #0DBFDB;
}
.TagClassName
{
border-color: #0DBFDB;
}
</style>