Shades of Iris Blue #0DBED4
Tints of Iris Blue #0DBED4
RGB
CMYK
RGB Variations
Color information
#0DBED4 (or 0x0DBED4) is known color: Iris Blue. HEX triplet: 0D, BE and D4. RGB value is (13,190,212). Sum of RGB (Red+Green+Blue) = 13+190+212=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #0DBED4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBED4 is #F2412B. Grayscale: #8B8B8B. Windows color (decimal): -15876396 or 13942285. OLE color: 13942285.
HSL color Cylindrical-coordinate representation of color #0DBED4: hue angle of 186.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBED4 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 190 | 212 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.17 |
| HSL | 186.63º | 0.88% | 0.44% | - |
| HSV(B) | 186.63º | 0.94% | 0.83% | - |
| XYZ | 30.46 | 41.67 | 68.72 | - |
| YUV | 139.59 | 168.86 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 212 | 0.94 | 0.10 | 0 | 0.17 | 186.63 | 0.88 | 0.44 |
| Hex | D | BE | D4 | 5E | A | 0 | 11 | BB | 58 | 2C |
| Octal | 15 | 276 | 324 | 136 | 12 | 0 | 21 | 273 | 130 | 54 |
| Binary | 1101 | 10111110 | 11010100 | 1011110 | 1010 | 0 | 10001 | 10111011 | 1011000 | 101100 |
Color Harmonies of #0DBED4
Complementary color
Monochromatic Colors of #0DBED4
Black with #0DBED4
Text Example
Text Example
White with #0DBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBED4; }
p { color: rgb(13,190,212); }
H1.HeaderClassName
{
color: #0DBED4;
}
.AnyTagClassName
{
color: #0DBED4;
}
</style>
background-color css
<style>
a { background-color: #0DBED4; }
a { background-color: rgb(13,190,212); }
div.DivClassName
{
background-color: #0DBED4;
}
.BgClassName
{
background-color: #0DBED4;
}
</style>
border-color css
<style>
span { border-color: #0DBED4; }
span { border-color: rgb(13,190,212); }
td.TdClassName
{
border-color: #0DBED4;
}
.TagClassName
{
border-color: #0DBED4;
}
</style>