Shades of Iris Blue #0FAEB8
Tints of Iris Blue #0FAEB8
RGB
CMYK
RGB Variations
Color information
#0FAEB8 (or 0x0FAEB8) is known color: Iris Blue. HEX triplet: 0F, AE and B8. RGB value is (15,174,184). Sum of RGB (Red+Green+Blue) = 15+174+184=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #0FAEB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEB8 is #F05147. Grayscale: #7F7F7F. Windows color (decimal): -15749448 or 12103183. OLE color: 12103183.
HSL color Cylindrical-coordinate representation of color #0FAEB8: hue angle of 183.55º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAEB8 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 174 | 184 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.28 |
| HSL | 183.55º | 0.85% | 0.39% | - |
| HSV(B) | 183.55º | 0.92% | 0.72% | - |
| XYZ | 23.98 | 33.83 | 50.61 | - |
| YUV | 127.6 | 159.82 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 184 | 0.92 | 0.05 | 0 | 0.28 | 183.55 | 0.85 | 0.39 |
| Hex | F | AE | B8 | 5C | 5 | 0 | 1C | B8 | 55 | 27 |
| Octal | 17 | 256 | 270 | 134 | 5 | 0 | 34 | 270 | 125 | 47 |
| Binary | 1111 | 10101110 | 10111000 | 1011100 | 101 | 0 | 11100 | 10111000 | 1010101 | 100111 |
Color Harmonies of #0FAEB8
Complementary color
Monochromatic Colors of #0FAEB8
Black with #0FAEB8
Text Example
Text Example
White with #0FAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEB8; }
p { color: rgb(15,174,184); }
H1.HeaderClassName
{
color: #0FAEB8;
}
.AnyTagClassName
{
color: #0FAEB8;
}
</style>
background-color css
<style>
a { background-color: #0FAEB8; }
a { background-color: rgb(15,174,184); }
div.DivClassName
{
background-color: #0FAEB8;
}
.BgClassName
{
background-color: #0FAEB8;
}
</style>
border-color css
<style>
span { border-color: #0FAEB8; }
span { border-color: rgb(15,174,184); }
td.TdClassName
{
border-color: #0FAEB8;
}
.TagClassName
{
border-color: #0FAEB8;
}
</style>