Shades of Iris Blue #0DBFD7
Tints of Iris Blue #0DBFD7
RGB
CMYK
RGB Variations
Color information
#0DBFD7 (or 0x0DBFD7) is known color: Iris Blue. HEX triplet: 0D, BF and D7. RGB value is (13,191,215). Sum of RGB (Red+Green+Blue) = 13+191+215=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #0DBFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFD7 is #F24028. Grayscale: #8C8C8C. Windows color (decimal): -15876137 or 14139149. OLE color: 14139149.
HSL color Cylindrical-coordinate representation of color #0DBFD7: hue angle of 187.13º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFD7 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 191 | 215 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.16 |
| HSL | 187.13º | 0.89% | 0.45% | - |
| HSV(B) | 187.13º | 0.94% | 0.84% | - |
| XYZ | 31.06 | 42.25 | 70.81 | - |
| YUV | 140.51 | 170.03 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 215 | 0.94 | 0.11 | 0 | 0.16 | 187.13 | 0.89 | 0.45 |
| Hex | D | BF | D7 | 5E | B | 0 | 10 | BB | 59 | 2D |
| Octal | 15 | 277 | 327 | 136 | 13 | 0 | 20 | 273 | 131 | 55 |
| Binary | 1101 | 10111111 | 11010111 | 1011110 | 1011 | 0 | 10000 | 10111011 | 1011001 | 101101 |
Color Harmonies of #0DBFD7
Complementary color
Monochromatic Colors of #0DBFD7
Black with #0DBFD7
Text Example
Text Example
White with #0DBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFD7; }
p { color: rgb(13,191,215); }
H1.HeaderClassName
{
color: #0DBFD7;
}
.AnyTagClassName
{
color: #0DBFD7;
}
</style>
background-color css
<style>
a { background-color: #0DBFD7; }
a { background-color: rgb(13,191,215); }
div.DivClassName
{
background-color: #0DBFD7;
}
.BgClassName
{
background-color: #0DBFD7;
}
</style>
border-color css
<style>
span { border-color: #0DBFD7; }
span { border-color: rgb(13,191,215); }
td.TdClassName
{
border-color: #0DBFD7;
}
.TagClassName
{
border-color: #0DBFD7;
}
</style>