Shades of Iris Blue #0DAFBE
Tints of Iris Blue #0DAFBE
RGB
CMYK
RGB Variations
Color information
#0DAFBE (or 0x0DAFBE) is known color: Iris Blue. HEX triplet: 0D, AF and BE. RGB value is (13,175,190). Sum of RGB (Red+Green+Blue) = 13+175+190=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DAFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFBE is #F25041. Grayscale: #808080. Windows color (decimal): -15880258 or 12496653. OLE color: 12496653.
HSL color Cylindrical-coordinate representation of color #0DAFBE: hue angle of 185.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAFBE is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 175 | 190 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.25 |
| HSL | 185.08º | 0.87% | 0.4% | - |
| HSV(B) | 185.08º | 0.93% | 0.75% | - |
| XYZ | 24.79 | 34.46 | 54.06 | - |
| YUV | 128.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 190 | 0.93 | 0.08 | 0 | 0.25 | 185.08 | 0.87 | 0.4 |
| Hex | D | AF | BE | 5D | 8 | 0 | 19 | B9 | 57 | 28 |
| Octal | 15 | 257 | 276 | 135 | 10 | 0 | 31 | 271 | 127 | 50 |
| Binary | 1101 | 10101111 | 10111110 | 1011101 | 1000 | 0 | 11001 | 10111001 | 1010111 | 101000 |
Color Harmonies of #0DAFBE
Complementary color
Monochromatic Colors of #0DAFBE
Black with #0DAFBE
Text Example
Text Example
White with #0DAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAFBE; }
p { color: rgb(13,175,190); }
H1.HeaderClassName
{
color: #0DAFBE;
}
.AnyTagClassName
{
color: #0DAFBE;
}
</style>
background-color css
<style>
a { background-color: #0DAFBE; }
a { background-color: rgb(13,175,190); }
div.DivClassName
{
background-color: #0DAFBE;
}
.BgClassName
{
background-color: #0DAFBE;
}
</style>
border-color css
<style>
span { border-color: #0DAFBE; }
span { border-color: rgb(13,175,190); }
td.TdClassName
{
border-color: #0DAFBE;
}
.TagClassName
{
border-color: #0DAFBE;
}
</style>