Shades of Iris Blue #0DACC3
Tints of Iris Blue #0DACC3
RGB
CMYK
RGB Variations
Color information
#0DACC3 (or 0x0DACC3) is known color: Iris Blue. HEX triplet: 0D, AC and C3. RGB value is (13,172,195). Sum of RGB (Red+Green+Blue) = 13+172+195=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #0DACC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACC3 is #F2533C. Grayscale: #7E7E7E. Windows color (decimal): -15881021 or 12823565. OLE color: 12823565.
HSL color Cylindrical-coordinate representation of color #0DACC3: hue angle of 187.58º 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 #0DACC3 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 172 | 195 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.24 |
| HSL | 187.58º | 0.88% | 0.41% | - |
| HSV(B) | 187.58º | 0.93% | 0.76% | - |
| XYZ | 24.77 | 33.53 | 56.8 | - |
| YUV | 127.08 | 166.32 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 195 | 0.93 | 0.12 | 0 | 0.24 | 187.58 | 0.88 | 0.41 |
| Hex | D | AC | C3 | 5D | C | 0 | 18 | BC | 58 | 29 |
| Octal | 15 | 254 | 303 | 135 | 14 | 0 | 30 | 274 | 130 | 51 |
| Binary | 1101 | 10101100 | 11000011 | 1011101 | 1100 | 0 | 11000 | 10111100 | 1011000 | 101001 |
Color Harmonies of #0DACC3
Complementary color
Monochromatic Colors of #0DACC3
Black with #0DACC3
Text Example
Text Example
White with #0DACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACC3; }
p { color: rgb(13,172,195); }
H1.HeaderClassName
{
color: #0DACC3;
}
.AnyTagClassName
{
color: #0DACC3;
}
</style>
background-color css
<style>
a { background-color: #0DACC3; }
a { background-color: rgb(13,172,195); }
div.DivClassName
{
background-color: #0DACC3;
}
.BgClassName
{
background-color: #0DACC3;
}
</style>
border-color css
<style>
span { border-color: #0DACC3; }
span { border-color: rgb(13,172,195); }
td.TdClassName
{
border-color: #0DACC3;
}
.TagClassName
{
border-color: #0DACC3;
}
</style>