Shades of Iris Blue #0DBCDE
Tints of Iris Blue #0DBCDE
RGB
CMYK
RGB Variations
Color information
#0DBCDE (or 0x0DBCDE) is known color: Iris Blue. HEX triplet: 0D, BC and DE. RGB value is (13,188,222). Sum of RGB (Red+Green+Blue) = 13+188+222=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DBCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBCDE is #F24321. Grayscale: #8B8B8B. Windows color (decimal): -15876898 or 14597133. OLE color: 14597133.
HSL color Cylindrical-coordinate representation of color #0DBCDE: hue angle of 189.76º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBCDE is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 188 | 222 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.13 |
| HSL | 189.76º | 0.89% | 0.46% | - |
| HSV(B) | 189.76º | 0.94% | 0.87% | - |
| XYZ | 31.33 | 41.33 | 75.43 | - |
| YUV | 139.55 | 174.52 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 222 | 0.94 | 0.15 | 0 | 0.13 | 189.76 | 0.89 | 0.46 |
| Hex | D | BC | DE | 5E | F | 0 | D | BE | 59 | 2E |
| Octal | 15 | 274 | 336 | 136 | 17 | 0 | 15 | 276 | 131 | 56 |
| Binary | 1101 | 10111100 | 11011110 | 1011110 | 1111 | 0 | 1101 | 10111110 | 1011001 | 101110 |
Color Harmonies of #0DBCDE
Complementary color
Monochromatic Colors of #0DBCDE
Black with #0DBCDE
Text Example
Text Example
White with #0DBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCDE; }
p { color: rgb(13,188,222); }
H1.HeaderClassName
{
color: #0DBCDE;
}
.AnyTagClassName
{
color: #0DBCDE;
}
</style>
background-color css
<style>
a { background-color: #0DBCDE; }
a { background-color: rgb(13,188,222); }
div.DivClassName
{
background-color: #0DBCDE;
}
.BgClassName
{
background-color: #0DBCDE;
}
</style>
border-color css
<style>
span { border-color: #0DBCDE; }
span { border-color: rgb(13,188,222); }
td.TdClassName
{
border-color: #0DBCDE;
}
.TagClassName
{
border-color: #0DBCDE;
}
</style>