Shades of Iris Blue #0FADB6
Tints of Iris Blue #0FADB6
RGB
CMYK
RGB Variations
Color information
#0FADB6 (or 0x0FADB6) is known color: Iris Blue. HEX triplet: 0F, AD and B6. RGB value is (15,173,182). Sum of RGB (Red+Green+Blue) = 15+173+182=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #0FADB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADB6 is #F05249. Grayscale: #7E7E7E. Windows color (decimal): -15749706 or 11971855. OLE color: 11971855.
HSL color Cylindrical-coordinate representation of color #0FADB6: hue angle of 183.23º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FADB6 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 173 | 182 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.29 |
| HSL | 183.23º | 0.85% | 0.39% | - |
| HSV(B) | 183.23º | 0.92% | 0.71% | - |
| XYZ | 23.58 | 33.37 | 49.45 | - |
| YUV | 126.78 | 159.15 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 182 | 0.92 | 0.05 | 0 | 0.29 | 183.23 | 0.85 | 0.39 |
| Hex | F | AD | B6 | 5C | 5 | 0 | 1D | B7 | 55 | 27 |
| Octal | 17 | 255 | 266 | 134 | 5 | 0 | 35 | 267 | 125 | 47 |
| Binary | 1111 | 10101101 | 10110110 | 1011100 | 101 | 0 | 11101 | 10110111 | 1010101 | 100111 |
Color Harmonies of #0FADB6
Complementary color
Monochromatic Colors of #0FADB6
Black with #0FADB6
Text Example
Text Example
White with #0FADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADB6; }
p { color: rgb(15,173,182); }
H1.HeaderClassName
{
color: #0FADB6;
}
.AnyTagClassName
{
color: #0FADB6;
}
</style>
background-color css
<style>
a { background-color: #0FADB6; }
a { background-color: rgb(15,173,182); }
div.DivClassName
{
background-color: #0FADB6;
}
.BgClassName
{
background-color: #0FADB6;
}
</style>
border-color css
<style>
span { border-color: #0FADB6; }
span { border-color: rgb(15,173,182); }
td.TdClassName
{
border-color: #0FADB6;
}
.TagClassName
{
border-color: #0FADB6;
}
</style>