Shades of Iris Blue #0DBDCF
Tints of Iris Blue #0DBDCF
RGB
CMYK
RGB Variations
Color information
#0DBDCF (or 0x0DBDCF) is known color: Iris Blue. HEX triplet: 0D, BD and CF. RGB value is (13,189,207). Sum of RGB (Red+Green+Blue) = 13+189+207=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DBDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDCF is #F24230. Grayscale: #8A8A8A. Windows color (decimal): -15876657 or 13614349. OLE color: 13614349.
HSL color Cylindrical-coordinate representation of color #0DBDCF: hue angle of 185.57º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBDCF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 189 | 207 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.19 |
| HSL | 185.57º | 0.88% | 0.43% | - |
| HSV(B) | 185.57º | 0.94% | 0.81% | - |
| XYZ | 29.63 | 40.99 | 65.38 | - |
| YUV | 138.43 | 166.69 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 207 | 0.94 | 0.09 | 0 | 0.19 | 185.57 | 0.88 | 0.43 |
| Hex | D | BD | CF | 5E | 9 | 0 | 13 | BA | 58 | 2B |
| Octal | 15 | 275 | 317 | 136 | 11 | 0 | 23 | 272 | 130 | 53 |
| Binary | 1101 | 10111101 | 11001111 | 1011110 | 1001 | 0 | 10011 | 10111010 | 1011000 | 101011 |
Color Harmonies of #0DBDCF
Complementary color
Monochromatic Colors of #0DBDCF
Black with #0DBDCF
Text Example
Text Example
White with #0DBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDCF; }
p { color: rgb(13,189,207); }
H1.HeaderClassName
{
color: #0DBDCF;
}
.AnyTagClassName
{
color: #0DBDCF;
}
</style>
background-color css
<style>
a { background-color: #0DBDCF; }
a { background-color: rgb(13,189,207); }
div.DivClassName
{
background-color: #0DBDCF;
}
.BgClassName
{
background-color: #0DBDCF;
}
</style>
border-color css
<style>
span { border-color: #0DBDCF; }
span { border-color: rgb(13,189,207); }
td.TdClassName
{
border-color: #0DBDCF;
}
.TagClassName
{
border-color: #0DBDCF;
}
</style>