Shades of Iris Blue #0FAEBD
Tints of Iris Blue #0FAEBD
RGB
CMYK
RGB Variations
Color information
#0FAEBD (or 0x0FAEBD) is known color: Iris Blue. HEX triplet: 0F, AE and BD. RGB value is (15,174,189). Sum of RGB (Red+Green+Blue) = 15+174+189=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FAEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEBD is #F05142. Grayscale: #7F7F7F. Windows color (decimal): -15749443 or 12430863. OLE color: 12430863.
HSL color Cylindrical-coordinate representation of color #0FAEBD: hue angle of 185.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAEBD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 174 | 189 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.26 |
| HSL | 185.17º | 0.85% | 0.4% | - |
| HSV(B) | 185.17º | 0.92% | 0.74% | - |
| XYZ | 24.52 | 34.05 | 53.42 | - |
| YUV | 128.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 189 | 0.92 | 0.08 | 0 | 0.26 | 185.17 | 0.85 | 0.4 |
| Hex | F | AE | BD | 5C | 8 | 0 | 1A | B9 | 55 | 28 |
| Octal | 17 | 256 | 275 | 134 | 10 | 0 | 32 | 271 | 125 | 50 |
| Binary | 1111 | 10101110 | 10111101 | 1011100 | 1000 | 0 | 11010 | 10111001 | 1010101 | 101000 |
Color Harmonies of #0FAEBD
Complementary color
Monochromatic Colors of #0FAEBD
Black with #0FAEBD
Text Example
Text Example
White with #0FAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEBD; }
p { color: rgb(15,174,189); }
H1.HeaderClassName
{
color: #0FAEBD;
}
.AnyTagClassName
{
color: #0FAEBD;
}
</style>
background-color css
<style>
a { background-color: #0FAEBD; }
a { background-color: rgb(15,174,189); }
div.DivClassName
{
background-color: #0FAEBD;
}
.BgClassName
{
background-color: #0FAEBD;
}
</style>
border-color css
<style>
span { border-color: #0FAEBD; }
span { border-color: rgb(15,174,189); }
td.TdClassName
{
border-color: #0FAEBD;
}
.TagClassName
{
border-color: #0FAEBD;
}
</style>