Shades of Iris Blue #0DBDCA
Tints of Iris Blue #0DBDCA
RGB
CMYK
RGB Variations
Color information
#0DBDCA (or 0x0DBDCA) is known color: Iris Blue. HEX triplet: 0D, BD and CA. RGB value is (13,189,202). Sum of RGB (Red+Green+Blue) = 13+189+202=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #0DBDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDCA is #F24235. Grayscale: #898989. Windows color (decimal): -15876662 or 13286669. OLE color: 13286669.
HSL color Cylindrical-coordinate representation of color #0DBDCA: hue angle of 184.13º 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 #0DBDCA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 189 | 202 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.21 |
| HSL | 184.13º | 0.88% | 0.42% | - |
| HSV(B) | 184.13º | 0.94% | 0.79% | - |
| XYZ | 29.02 | 40.75 | 62.21 | - |
| YUV | 137.86 | 164.19 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 202 | 0.94 | 0.06 | 0 | 0.21 | 184.13 | 0.88 | 0.42 |
| Hex | D | BD | CA | 5E | 6 | 0 | 15 | B8 | 58 | 2A |
| Octal | 15 | 275 | 312 | 136 | 6 | 0 | 25 | 270 | 130 | 52 |
| Binary | 1101 | 10111101 | 11001010 | 1011110 | 110 | 0 | 10101 | 10111000 | 1011000 | 101010 |
Color Harmonies of #0DBDCA
Complementary color
Monochromatic Colors of #0DBDCA
Black with #0DBDCA
Text Example
Text Example
White with #0DBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDCA; }
p { color: rgb(13,189,202); }
H1.HeaderClassName
{
color: #0DBDCA;
}
.AnyTagClassName
{
color: #0DBDCA;
}
</style>
background-color css
<style>
a { background-color: #0DBDCA; }
a { background-color: rgb(13,189,202); }
div.DivClassName
{
background-color: #0DBDCA;
}
.BgClassName
{
background-color: #0DBDCA;
}
</style>
border-color css
<style>
span { border-color: #0DBDCA; }
span { border-color: rgb(13,189,202); }
td.TdClassName
{
border-color: #0DBDCA;
}
.TagClassName
{
border-color: #0DBDCA;
}
</style>