Shades of Iris Blue #0ABCB5
Tints of Iris Blue #0ABCB5
RGB
CMYK
RGB Variations
Color information
#0ABCB5 (or 0x0ABCB5) is known color: Iris Blue. HEX triplet: 0A, BC and B5. RGB value is (10,188,181). Sum of RGB (Red+Green+Blue) = 10+188+181=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCB5 is #F5434A. Grayscale: #858585. Windows color (decimal): -16073547 or 11910154. OLE color: 11910154.
HSL color Cylindrical-coordinate representation of color #0ABCB5: hue angle of 177.64º 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 #0ABCB5 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 181 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.26 |
| HSL | 177.64º | 0.9% | 0.39% | - |
| HSV(B) | 177.64º | 0.95% | 0.74% | - |
| XYZ | 26.45 | 39.37 | 49.92 | - |
| YUV | 133.98 | 154.53 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 181 | 0.95 | 0 | 0.04 | 0.26 | 177.64 | 0.9 | 0.39 |
| Hex | A | BC | B5 | 5F | 0 | 4 | 1A | B2 | 5A | 27 |
| Octal | 12 | 274 | 265 | 137 | 0 | 4 | 32 | 262 | 132 | 47 |
| Binary | 1010 | 10111100 | 10110101 | 1011111 | 0 | 100 | 11010 | 10110010 | 1011010 | 100111 |
Color Harmonies of #0ABCB5
Complementary color
Monochromatic Colors of #0ABCB5
Black with #0ABCB5
Text Example
Text Example
White with #0ABCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCB5; }
p { color: rgb(10,188,181); }
H1.HeaderClassName
{
color: #0ABCB5;
}
.AnyTagClassName
{
color: #0ABCB5;
}
</style>
background-color css
<style>
a { background-color: #0ABCB5; }
a { background-color: rgb(10,188,181); }
div.DivClassName
{
background-color: #0ABCB5;
}
.BgClassName
{
background-color: #0ABCB5;
}
</style>
border-color css
<style>
span { border-color: #0ABCB5; }
span { border-color: rgb(10,188,181); }
td.TdClassName
{
border-color: #0ABCB5;
}
.TagClassName
{
border-color: #0ABCB5;
}
</style>