Shades of Iris Blue #0DBECA
Tints of Iris Blue #0DBECA
RGB
CMYK
RGB Variations
Color information
#0DBECA (or 0x0DBECA) is known color: Iris Blue. HEX triplet: 0D, BE and CA. RGB value is (13,190,202). Sum of RGB (Red+Green+Blue) = 13+190+202=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #0DBECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBECA is #F24135. Grayscale: #8A8A8A. Windows color (decimal): -15876406 or 13286925. OLE color: 13286925.
HSL color Cylindrical-coordinate representation of color #0DBECA: hue angle of 183.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBECA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 190 | 202 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.21 |
| HSL | 183.81º | 0.88% | 0.42% | - |
| HSV(B) | 183.81º | 0.94% | 0.79% | - |
| XYZ | 29.24 | 41.18 | 62.28 | - |
| YUV | 138.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 202 | 0.94 | 0.06 | 0 | 0.21 | 183.81 | 0.88 | 0.42 |
| Hex | D | BE | CA | 5E | 6 | 0 | 15 | B8 | 58 | 2A |
| Octal | 15 | 276 | 312 | 136 | 6 | 0 | 25 | 270 | 130 | 52 |
| Binary | 1101 | 10111110 | 11001010 | 1011110 | 110 | 0 | 10101 | 10111000 | 1011000 | 101010 |
Color Harmonies of #0DBECA
Complementary color
Monochromatic Colors of #0DBECA
Black with #0DBECA
Text Example
Text Example
White with #0DBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBECA; }
p { color: rgb(13,190,202); }
H1.HeaderClassName
{
color: #0DBECA;
}
.AnyTagClassName
{
color: #0DBECA;
}
</style>
background-color css
<style>
a { background-color: #0DBECA; }
a { background-color: rgb(13,190,202); }
div.DivClassName
{
background-color: #0DBECA;
}
.BgClassName
{
background-color: #0DBECA;
}
</style>
border-color css
<style>
span { border-color: #0DBECA; }
span { border-color: rgb(13,190,202); }
td.TdClassName
{
border-color: #0DBECA;
}
.TagClassName
{
border-color: #0DBECA;
}
</style>