Shades of Iris Blue #0DBAC3
Tints of Iris Blue #0DBAC3
RGB
CMYK
RGB Variations
Color information
#0DBAC3 (or 0x0DBAC3) is known color: Iris Blue. HEX triplet: 0D, BA and C3. RGB value is (13,186,195). Sum of RGB (Red+Green+Blue) = 13+186+195=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #0DBAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAC3 is #F2453C. Grayscale: #878787. Windows color (decimal): -15877437 or 12827149. OLE color: 12827149.
HSL color Cylindrical-coordinate representation of color #0DBAC3: hue angle of 182.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBAC3 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 186 | 195 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.24 |
| HSL | 182.97º | 0.88% | 0.41% | - |
| HSV(B) | 182.97º | 0.93% | 0.76% | - |
| XYZ | 27.58 | 39.14 | 57.73 | - |
| YUV | 135.3 | 161.69 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 195 | 0.93 | 0.05 | 0 | 0.24 | 182.97 | 0.88 | 0.41 |
| Hex | D | BA | C3 | 5D | 5 | 0 | 18 | B7 | 58 | 29 |
| Octal | 15 | 272 | 303 | 135 | 5 | 0 | 30 | 267 | 130 | 51 |
| Binary | 1101 | 10111010 | 11000011 | 1011101 | 101 | 0 | 11000 | 10110111 | 1011000 | 101001 |
Color Harmonies of #0DBAC3
Complementary color
Monochromatic Colors of #0DBAC3
Black with #0DBAC3
Text Example
Text Example
White with #0DBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAC3; }
p { color: rgb(13,186,195); }
H1.HeaderClassName
{
color: #0DBAC3;
}
.AnyTagClassName
{
color: #0DBAC3;
}
</style>
background-color css
<style>
a { background-color: #0DBAC3; }
a { background-color: rgb(13,186,195); }
div.DivClassName
{
background-color: #0DBAC3;
}
.BgClassName
{
background-color: #0DBAC3;
}
</style>
border-color css
<style>
span { border-color: #0DBAC3; }
span { border-color: rgb(13,186,195); }
td.TdClassName
{
border-color: #0DBAC3;
}
.TagClassName
{
border-color: #0DBAC3;
}
</style>