Shades of Iris Blue #0DBFD8
Tints of Iris Blue #0DBFD8
RGB
CMYK
RGB Variations
Color information
#0DBFD8 (or 0x0DBFD8) is known color: Iris Blue. HEX triplet: 0D, BF and D8. RGB value is (13,191,216). Sum of RGB (Red+Green+Blue) = 13+191+216=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #0DBFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFD8 is #F24027. Grayscale: #8C8C8C. Windows color (decimal): -15876136 or 14204685. OLE color: 14204685.
HSL color Cylindrical-coordinate representation of color #0DBFD8: hue angle of 187.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFD8 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 191 | 216 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.15 |
| HSL | 187.39º | 0.89% | 0.45% | - |
| HSV(B) | 187.39º | 0.94% | 0.85% | - |
| XYZ | 31.19 | 42.31 | 71.49 | - |
| YUV | 140.63 | 170.53 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 216 | 0.94 | 0.12 | 0 | 0.15 | 187.39 | 0.89 | 0.45 |
| Hex | D | BF | D8 | 5E | C | 0 | F | BB | 59 | 2D |
| Octal | 15 | 277 | 330 | 136 | 14 | 0 | 17 | 273 | 131 | 55 |
| Binary | 1101 | 10111111 | 11011000 | 1011110 | 1100 | 0 | 1111 | 10111011 | 1011001 | 101101 |
Color Harmonies of #0DBFD8
Complementary color
Monochromatic Colors of #0DBFD8
Black with #0DBFD8
Text Example
Text Example
White with #0DBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFD8; }
p { color: rgb(13,191,216); }
H1.HeaderClassName
{
color: #0DBFD8;
}
.AnyTagClassName
{
color: #0DBFD8;
}
</style>
background-color css
<style>
a { background-color: #0DBFD8; }
a { background-color: rgb(13,191,216); }
div.DivClassName
{
background-color: #0DBFD8;
}
.BgClassName
{
background-color: #0DBFD8;
}
</style>
border-color css
<style>
span { border-color: #0DBFD8; }
span { border-color: rgb(13,191,216); }
td.TdClassName
{
border-color: #0DBFD8;
}
.TagClassName
{
border-color: #0DBFD8;
}
</style>