Shades of Iris Blue #0AB8BC
Tints of Iris Blue #0AB8BC
RGB
CMYK
RGB Variations
Color information
#0AB8BC (or 0x0AB8BC) is known color: Iris Blue. HEX triplet: 0A, B8 and BC. RGB value is (10,184,188). Sum of RGB (Red+Green+Blue) = 10+184+188=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #0AB8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB8BC is #F54743. Grayscale: #848484. Windows color (decimal): -16074564 or 12367882. OLE color: 12367882.
HSL color Cylindrical-coordinate representation of color #0AB8BC: hue angle of 181.35º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB8BC is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 184 | 188 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.26 |
| HSL | 181.35º | 0.9% | 0.39% | - |
| HSV(B) | 181.35º | 0.95% | 0.74% | - |
| XYZ | 26.34 | 37.98 | 53.52 | - |
| YUV | 132.43 | 159.35 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 188 | 0.95 | 0.02 | 0 | 0.26 | 181.35 | 0.9 | 0.39 |
| Hex | A | B8 | BC | 5F | 2 | 0 | 1A | B5 | 5A | 27 |
| Octal | 12 | 270 | 274 | 137 | 2 | 0 | 32 | 265 | 132 | 47 |
| Binary | 1010 | 10111000 | 10111100 | 1011111 | 10 | 0 | 11010 | 10110101 | 1011010 | 100111 |
Color Harmonies of #0AB8BC
Complementary color
Monochromatic Colors of #0AB8BC
Black with #0AB8BC
Text Example
Text Example
White with #0AB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8BC; }
p { color: rgb(10,184,188); }
H1.HeaderClassName
{
color: #0AB8BC;
}
.AnyTagClassName
{
color: #0AB8BC;
}
</style>
background-color css
<style>
a { background-color: #0AB8BC; }
a { background-color: rgb(10,184,188); }
div.DivClassName
{
background-color: #0AB8BC;
}
.BgClassName
{
background-color: #0AB8BC;
}
</style>
border-color css
<style>
span { border-color: #0AB8BC; }
span { border-color: rgb(10,184,188); }
td.TdClassName
{
border-color: #0AB8BC;
}
.TagClassName
{
border-color: #0AB8BC;
}
</style>