Shades of Iris Blue #0DBDC3
Tints of Iris Blue #0DBDC3
RGB
CMYK
RGB Variations
Color information
#0DBDC3 (or 0x0DBDC3) is known color: Iris Blue. HEX triplet: 0D, BD and C3. RGB value is (13,189,195). Sum of RGB (Red+Green+Blue) = 13+189+195=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #0DBDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDC3 is #F2423C. Grayscale: #888888. Windows color (decimal): -15876669 or 12827917. OLE color: 12827917.
HSL color Cylindrical-coordinate representation of color #0DBDC3: hue angle of 181.98º 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 #0DBDC3 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 189 | 195 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.24 |
| HSL | 181.98º | 0.88% | 0.41% | - |
| HSV(B) | 181.98º | 0.93% | 0.76% | - |
| XYZ | 28.21 | 40.42 | 57.94 | - |
| YUV | 137.06 | 160.69 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 195 | 0.93 | 0.03 | 0 | 0.24 | 181.98 | 0.88 | 0.41 |
| Hex | D | BD | C3 | 5D | 3 | 0 | 18 | B6 | 58 | 29 |
| Octal | 15 | 275 | 303 | 135 | 3 | 0 | 30 | 266 | 130 | 51 |
| Binary | 1101 | 10111101 | 11000011 | 1011101 | 11 | 0 | 11000 | 10110110 | 1011000 | 101001 |
Color Harmonies of #0DBDC3
Complementary color
Monochromatic Colors of #0DBDC3
Black with #0DBDC3
Text Example
Text Example
White with #0DBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDC3; }
p { color: rgb(13,189,195); }
H1.HeaderClassName
{
color: #0DBDC3;
}
.AnyTagClassName
{
color: #0DBDC3;
}
</style>
background-color css
<style>
a { background-color: #0DBDC3; }
a { background-color: rgb(13,189,195); }
div.DivClassName
{
background-color: #0DBDC3;
}
.BgClassName
{
background-color: #0DBDC3;
}
</style>
border-color css
<style>
span { border-color: #0DBDC3; }
span { border-color: rgb(13,189,195); }
td.TdClassName
{
border-color: #0DBDC3;
}
.TagClassName
{
border-color: #0DBDC3;
}
</style>