Shades of Iris Blue #0DBFCD
Tints of Iris Blue #0DBFCD
RGB
CMYK
RGB Variations
Color information
#0DBFCD (or 0x0DBFCD) is known color: Iris Blue. HEX triplet: 0D, BF and CD. RGB value is (13,191,205). Sum of RGB (Red+Green+Blue) = 13+191+205=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DBFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFCD is #F24032. Grayscale: #8B8B8B. Windows color (decimal): -15876147 or 13483789. OLE color: 13483789.
HSL color Cylindrical-coordinate representation of color #0DBFCD: hue angle of 184.38º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFCD is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 191 | 205 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.20 |
| HSL | 184.38º | 0.88% | 0.43% | - |
| HSV(B) | 184.38º | 0.94% | 0.8% | - |
| XYZ | 29.82 | 41.75 | 64.25 | - |
| YUV | 139.37 | 165.03 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 205 | 0.94 | 0.07 | 0 | 0.20 | 184.38 | 0.88 | 0.43 |
| Hex | D | BF | CD | 5E | 7 | 0 | 14 | B8 | 58 | 2B |
| Octal | 15 | 277 | 315 | 136 | 7 | 0 | 24 | 270 | 130 | 53 |
| Binary | 1101 | 10111111 | 11001101 | 1011110 | 111 | 0 | 10100 | 10111000 | 1011000 | 101011 |
Color Harmonies of #0DBFCD
Complementary color
Monochromatic Colors of #0DBFCD
Black with #0DBFCD
Text Example
Text Example
White with #0DBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFCD; }
p { color: rgb(13,191,205); }
H1.HeaderClassName
{
color: #0DBFCD;
}
.AnyTagClassName
{
color: #0DBFCD;
}
</style>
background-color css
<style>
a { background-color: #0DBFCD; }
a { background-color: rgb(13,191,205); }
div.DivClassName
{
background-color: #0DBFCD;
}
.BgClassName
{
background-color: #0DBFCD;
}
</style>
border-color css
<style>
span { border-color: #0DBFCD; }
span { border-color: rgb(13,191,205); }
td.TdClassName
{
border-color: #0DBFCD;
}
.TagClassName
{
border-color: #0DBFCD;
}
</style>