Shades of Iris Blue #0DBAC7
Tints of Iris Blue #0DBAC7
RGB
CMYK
RGB Variations
Color information
#0DBAC7 (or 0x0DBAC7) is known color: Iris Blue. HEX triplet: 0D, BA and C7. RGB value is (13,186,199). Sum of RGB (Red+Green+Blue) = 13+186+199=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #0DBAC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAC7 is #F24538. Grayscale: #878787. Windows color (decimal): -15877433 or 13089293. OLE color: 13089293.
HSL color Cylindrical-coordinate representation of color #0DBAC7: hue angle of 184.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBAC7 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 186 | 199 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.22 |
| HSL | 184.19º | 0.88% | 0.42% | - |
| HSV(B) | 184.19º | 0.93% | 0.78% | - |
| XYZ | 28.03 | 39.33 | 60.15 | - |
| YUV | 135.76 | 163.69 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 199 | 0.93 | 0.07 | 0 | 0.22 | 184.19 | 0.88 | 0.42 |
| Hex | D | BA | C7 | 5D | 7 | 0 | 16 | B8 | 58 | 2A |
| Octal | 15 | 272 | 307 | 135 | 7 | 0 | 26 | 270 | 130 | 52 |
| Binary | 1101 | 10111010 | 11000111 | 1011101 | 111 | 0 | 10110 | 10111000 | 1011000 | 101010 |
Color Harmonies of #0DBAC7
Complementary color
Monochromatic Colors of #0DBAC7
Black with #0DBAC7
Text Example
Text Example
White with #0DBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAC7; }
p { color: rgb(13,186,199); }
H1.HeaderClassName
{
color: #0DBAC7;
}
.AnyTagClassName
{
color: #0DBAC7;
}
</style>
background-color css
<style>
a { background-color: #0DBAC7; }
a { background-color: rgb(13,186,199); }
div.DivClassName
{
background-color: #0DBAC7;
}
.BgClassName
{
background-color: #0DBAC7;
}
</style>
border-color css
<style>
span { border-color: #0DBAC7; }
span { border-color: rgb(13,186,199); }
td.TdClassName
{
border-color: #0DBAC7;
}
.TagClassName
{
border-color: #0DBAC7;
}
</style>