Shades of Iris Blue #0DBBE1
Tints of Iris Blue #0DBBE1
RGB
CMYK
RGB Variations
Color information
#0DBBE1 (or 0x0DBBE1) is known color: Iris Blue. HEX triplet: 0D, BB and E1. RGB value is (13,187,225). Sum of RGB (Red+Green+Blue) = 13+187+225=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #0DBBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBBE1 is #F2441E. Grayscale: #8A8A8A. Windows color (decimal): -15877151 or 14793485. OLE color: 14793485.
HSL color Cylindrical-coordinate representation of color #0DBBE1: hue angle of 190.75º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBBE1 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 187 | 225 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.12 |
| HSL | 190.75º | 0.89% | 0.47% | - |
| HSV(B) | 190.75º | 0.94% | 0.88% | - |
| XYZ | 31.53 | 41.06 | 77.5 | - |
| YUV | 139.31 | 176.35 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 225 | 0.94 | 0.17 | 0 | 0.12 | 190.75 | 0.89 | 0.47 |
| Hex | D | BB | E1 | 5E | 11 | 0 | C | BF | 59 | 2F |
| Octal | 15 | 273 | 341 | 136 | 21 | 0 | 14 | 277 | 131 | 57 |
| Binary | 1101 | 10111011 | 11100001 | 1011110 | 10001 | 0 | 1100 | 10111111 | 1011001 | 101111 |
Color Harmonies of #0DBBE1
Complementary color
Monochromatic Colors of #0DBBE1
Black with #0DBBE1
Text Example
Text Example
White with #0DBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBE1; }
p { color: rgb(13,187,225); }
H1.HeaderClassName
{
color: #0DBBE1;
}
.AnyTagClassName
{
color: #0DBBE1;
}
</style>
background-color css
<style>
a { background-color: #0DBBE1; }
a { background-color: rgb(13,187,225); }
div.DivClassName
{
background-color: #0DBBE1;
}
.BgClassName
{
background-color: #0DBBE1;
}
</style>
border-color css
<style>
span { border-color: #0DBBE1; }
span { border-color: rgb(13,187,225); }
td.TdClassName
{
border-color: #0DBBE1;
}
.TagClassName
{
border-color: #0DBBE1;
}
</style>