Shades of Iris Blue #0AB8BF
Tints of Iris Blue #0AB8BF
RGB
CMYK
RGB Variations
Color information
#0AB8BF (or 0x0AB8BF) is known color: Iris Blue. HEX triplet: 0A, B8 and BF. RGB value is (10,184,191). Sum of RGB (Red+Green+Blue) = 10+184+191=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #0AB8BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB8BF is #F54740. Grayscale: #848484. Windows color (decimal): -16074561 or 12564490. OLE color: 12564490.
HSL color Cylindrical-coordinate representation of color #0AB8BF: hue angle of 182.32º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB8BF is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 184 | 191 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.25 |
| HSL | 182.32º | 0.9% | 0.39% | - |
| HSV(B) | 182.32º | 0.95% | 0.75% | - |
| XYZ | 26.67 | 38.11 | 55.24 | - |
| YUV | 132.77 | 160.85 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 191 | 0.95 | 0.04 | 0 | 0.25 | 182.32 | 0.9 | 0.39 |
| Hex | A | B8 | BF | 5F | 4 | 0 | 19 | B6 | 5A | 27 |
| Octal | 12 | 270 | 277 | 137 | 4 | 0 | 31 | 266 | 132 | 47 |
| Binary | 1010 | 10111000 | 10111111 | 1011111 | 100 | 0 | 11001 | 10110110 | 1011010 | 100111 |
Color Harmonies of #0AB8BF
Complementary color
Monochromatic Colors of #0AB8BF
Black with #0AB8BF
Text Example
Text Example
White with #0AB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8BF; }
p { color: rgb(10,184,191); }
H1.HeaderClassName
{
color: #0AB8BF;
}
.AnyTagClassName
{
color: #0AB8BF;
}
</style>
background-color css
<style>
a { background-color: #0AB8BF; }
a { background-color: rgb(10,184,191); }
div.DivClassName
{
background-color: #0AB8BF;
}
.BgClassName
{
background-color: #0AB8BF;
}
</style>
border-color css
<style>
span { border-color: #0AB8BF; }
span { border-color: rgb(10,184,191); }
td.TdClassName
{
border-color: #0AB8BF;
}
.TagClassName
{
border-color: #0AB8BF;
}
</style>