Shades of Iris Blue #0AB5BB
Tints of Iris Blue #0AB5BB
RGB
CMYK
RGB Variations
Color information
#0AB5BB (or 0x0AB5BB) is known color: Iris Blue. HEX triplet: 0A, B5 and BB. RGB value is (10,181,187). Sum of RGB (Red+Green+Blue) = 10+181+187=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #0AB5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB5BB is #F54A44. Grayscale: #828282. Windows color (decimal): -16075333 or 12301578. OLE color: 12301578.
HSL color Cylindrical-coordinate representation of color #0AB5BB: hue angle of 182.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB5BB is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 181 | 187 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.27 |
| HSL | 182.03º | 0.9% | 0.39% | - |
| HSV(B) | 182.03º | 0.95% | 0.73% | - |
| XYZ | 25.62 | 36.7 | 52.75 | - |
| YUV | 130.56 | 159.85 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 187 | 0.95 | 0.03 | 0 | 0.27 | 182.03 | 0.9 | 0.39 |
| Hex | A | B5 | BB | 5F | 3 | 0 | 1B | B6 | 5A | 27 |
| Octal | 12 | 265 | 273 | 137 | 3 | 0 | 33 | 266 | 132 | 47 |
| Binary | 1010 | 10110101 | 10111011 | 1011111 | 11 | 0 | 11011 | 10110110 | 1011010 | 100111 |
Color Harmonies of #0AB5BB
Complementary color
Monochromatic Colors of #0AB5BB
Black with #0AB5BB
Text Example
Text Example
White with #0AB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB5BB; }
p { color: rgb(10,181,187); }
H1.HeaderClassName
{
color: #0AB5BB;
}
.AnyTagClassName
{
color: #0AB5BB;
}
</style>
background-color css
<style>
a { background-color: #0AB5BB; }
a { background-color: rgb(10,181,187); }
div.DivClassName
{
background-color: #0AB5BB;
}
.BgClassName
{
background-color: #0AB5BB;
}
</style>
border-color css
<style>
span { border-color: #0AB5BB; }
span { border-color: rgb(10,181,187); }
td.TdClassName
{
border-color: #0AB5BB;
}
.TagClassName
{
border-color: #0AB5BB;
}
</style>