Shades of Iris Blue #0DBAC4
Tints of Iris Blue #0DBAC4
RGB
CMYK
RGB Variations
Color information
#0DBAC4 (or 0x0DBAC4) is known color: Iris Blue. HEX triplet: 0D, BA and C4. RGB value is (13,186,196). Sum of RGB (Red+Green+Blue) = 13+186+196=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #0DBAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAC4 is #F2453B. Grayscale: #878787. Windows color (decimal): -15877436 or 12892685. OLE color: 12892685.
HSL color Cylindrical-coordinate representation of color #0DBAC4: hue angle of 183.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBAC4 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 186 | 196 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.23 |
| HSL | 183.28º | 0.88% | 0.41% | - |
| HSV(B) | 183.28º | 0.93% | 0.77% | - |
| XYZ | 27.69 | 39.19 | 58.33 | - |
| YUV | 135.41 | 162.19 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 196 | 0.93 | 0.05 | 0 | 0.23 | 183.28 | 0.88 | 0.41 |
| Hex | D | BA | C4 | 5D | 5 | 0 | 17 | B7 | 58 | 29 |
| Octal | 15 | 272 | 304 | 135 | 5 | 0 | 27 | 267 | 130 | 51 |
| Binary | 1101 | 10111010 | 11000100 | 1011101 | 101 | 0 | 10111 | 10110111 | 1011000 | 101001 |
Color Harmonies of #0DBAC4
Complementary color
Monochromatic Colors of #0DBAC4
Black with #0DBAC4
Text Example
Text Example
White with #0DBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAC4; }
p { color: rgb(13,186,196); }
H1.HeaderClassName
{
color: #0DBAC4;
}
.AnyTagClassName
{
color: #0DBAC4;
}
</style>
background-color css
<style>
a { background-color: #0DBAC4; }
a { background-color: rgb(13,186,196); }
div.DivClassName
{
background-color: #0DBAC4;
}
.BgClassName
{
background-color: #0DBAC4;
}
</style>
border-color css
<style>
span { border-color: #0DBAC4; }
span { border-color: rgb(13,186,196); }
td.TdClassName
{
border-color: #0DBAC4;
}
.TagClassName
{
border-color: #0DBAC4;
}
</style>