Shades of Iris Blue #0DBECB
Tints of Iris Blue #0DBECB
RGB
CMYK
RGB Variations
Color information
#0DBECB (or 0x0DBECB) is known color: Iris Blue. HEX triplet: 0D, BE and CB. RGB value is (13,190,203). Sum of RGB (Red+Green+Blue) = 13+190+203=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DBECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBECB is #F24134. Grayscale: #8A8A8A. Windows color (decimal): -15876405 or 13352461. OLE color: 13352461.
HSL color Cylindrical-coordinate representation of color #0DBECB: hue angle of 184.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBECB is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 190 | 203 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.20 |
| HSL | 184.11º | 0.88% | 0.42% | - |
| HSV(B) | 184.11º | 0.94% | 0.8% | - |
| XYZ | 29.36 | 41.22 | 62.91 | - |
| YUV | 138.56 | 164.36 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 203 | 0.94 | 0.06 | 0 | 0.20 | 184.11 | 0.88 | 0.42 |
| Hex | D | BE | CB | 5E | 6 | 0 | 14 | B8 | 58 | 2A |
| Octal | 15 | 276 | 313 | 136 | 6 | 0 | 24 | 270 | 130 | 52 |
| Binary | 1101 | 10111110 | 11001011 | 1011110 | 110 | 0 | 10100 | 10111000 | 1011000 | 101010 |
Color Harmonies of #0DBECB
Complementary color
Monochromatic Colors of #0DBECB
Black with #0DBECB
Text Example
Text Example
White with #0DBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBECB; }
p { color: rgb(13,190,203); }
H1.HeaderClassName
{
color: #0DBECB;
}
.AnyTagClassName
{
color: #0DBECB;
}
</style>
background-color css
<style>
a { background-color: #0DBECB; }
a { background-color: rgb(13,190,203); }
div.DivClassName
{
background-color: #0DBECB;
}
.BgClassName
{
background-color: #0DBECB;
}
</style>
border-color css
<style>
span { border-color: #0DBECB; }
span { border-color: rgb(13,190,203); }
td.TdClassName
{
border-color: #0DBECB;
}
.TagClassName
{
border-color: #0DBECB;
}
</style>