Shades of Iris Blue #0FAEC5
Tints of Iris Blue #0FAEC5
RGB
CMYK
RGB Variations
Color information
#0FAEC5 (or 0x0FAEC5) is known color: Iris Blue. HEX triplet: 0F, AE and C5. RGB value is (15,174,197). Sum of RGB (Red+Green+Blue) = 15+174+197=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #0FAEC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEC5 is #F0513A. Grayscale: #808080. Windows color (decimal): -15749435 or 12955151. OLE color: 12955151.
HSL color Cylindrical-coordinate representation of color #0FAEC5: hue angle of 187.58º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAEC5 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 174 | 197 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.23 |
| HSL | 187.58º | 0.86% | 0.42% | - |
| HSV(B) | 187.58º | 0.92% | 0.77% | - |
| XYZ | 25.41 | 34.4 | 58.12 | - |
| YUV | 129.08 | 166.32 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 197 | 0.92 | 0.12 | 0 | 0.23 | 187.58 | 0.86 | 0.42 |
| Hex | F | AE | C5 | 5C | C | 0 | 17 | BC | 56 | 2A |
| Octal | 17 | 256 | 305 | 134 | 14 | 0 | 27 | 274 | 126 | 52 |
| Binary | 1111 | 10101110 | 11000101 | 1011100 | 1100 | 0 | 10111 | 10111100 | 1010110 | 101010 |
Color Harmonies of #0FAEC5
Complementary color
Monochromatic Colors of #0FAEC5
Black with #0FAEC5
Text Example
Text Example
White with #0FAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEC5; }
p { color: rgb(15,174,197); }
H1.HeaderClassName
{
color: #0FAEC5;
}
.AnyTagClassName
{
color: #0FAEC5;
}
</style>
background-color css
<style>
a { background-color: #0FAEC5; }
a { background-color: rgb(15,174,197); }
div.DivClassName
{
background-color: #0FAEC5;
}
.BgClassName
{
background-color: #0FAEC5;
}
</style>
border-color css
<style>
span { border-color: #0FAEC5; }
span { border-color: rgb(15,174,197); }
td.TdClassName
{
border-color: #0FAEC5;
}
.TagClassName
{
border-color: #0FAEC5;
}
</style>