Shades of Iris Blue #0DBFC9
Tints of Iris Blue #0DBFC9
RGB
CMYK
RGB Variations
Color information
#0DBFC9 (or 0x0DBFC9) is known color: Iris Blue. HEX triplet: 0D, BF and C9. RGB value is (13,191,201). Sum of RGB (Red+Green+Blue) = 13+191+201=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #0DBFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFC9 is #F24036. Grayscale: #8A8A8A. Windows color (decimal): -15876151 or 13221645. OLE color: 13221645.
HSL color Cylindrical-coordinate representation of color #0DBFC9: hue angle of 183.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFC9 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 191 | 201 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.21 |
| HSL | 183.19º | 0.88% | 0.42% | - |
| HSV(B) | 183.19º | 0.94% | 0.79% | - |
| XYZ | 29.34 | 41.56 | 61.73 | - |
| YUV | 138.92 | 163.03 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 201 | 0.94 | 0.05 | 0 | 0.21 | 183.19 | 0.88 | 0.42 |
| Hex | D | BF | C9 | 5E | 5 | 0 | 15 | B7 | 58 | 2A |
| Octal | 15 | 277 | 311 | 136 | 5 | 0 | 25 | 267 | 130 | 52 |
| Binary | 1101 | 10111111 | 11001001 | 1011110 | 101 | 0 | 10101 | 10110111 | 1011000 | 101010 |
Color Harmonies of #0DBFC9
Complementary color
Monochromatic Colors of #0DBFC9
Black with #0DBFC9
Text Example
Text Example
White with #0DBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFC9; }
p { color: rgb(13,191,201); }
H1.HeaderClassName
{
color: #0DBFC9;
}
.AnyTagClassName
{
color: #0DBFC9;
}
</style>
background-color css
<style>
a { background-color: #0DBFC9; }
a { background-color: rgb(13,191,201); }
div.DivClassName
{
background-color: #0DBFC9;
}
.BgClassName
{
background-color: #0DBFC9;
}
</style>
border-color css
<style>
span { border-color: #0DBFC9; }
span { border-color: rgb(13,191,201); }
td.TdClassName
{
border-color: #0DBFC9;
}
.TagClassName
{
border-color: #0DBFC9;
}
</style>