Shades of Iris Blue #0ABFBC
Tints of Iris Blue #0ABFBC
RGB
CMYK
RGB Variations
Color information
#0ABFBC (or 0x0ABFBC) is known color: Iris Blue. HEX triplet: 0A, BF and BC. RGB value is (10,191,188). Sum of RGB (Red+Green+Blue) = 10+191+188=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFBC is #F54043. Grayscale: #888888. Windows color (decimal): -16072772 or 12369674. OLE color: 12369674.
HSL color Cylindrical-coordinate representation of color #0ABFBC: hue angle of 179.01º 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 #0ABFBC is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 188 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.25 |
| HSL | 179.01º | 0.9% | 0.39% | - |
| HSV(B) | 179.01º | 0.95% | 0.75% | - |
| XYZ | 27.83 | 40.96 | 54.02 | - |
| YUV | 136.54 | 157.03 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 188 | 0.95 | 0 | 0.02 | 0.25 | 179.01 | 0.9 | 0.39 |
| Hex | A | BF | BC | 5F | 0 | 2 | 19 | B3 | 5A | 27 |
| Octal | 12 | 277 | 274 | 137 | 0 | 2 | 31 | 263 | 132 | 47 |
| Binary | 1010 | 10111111 | 10111100 | 1011111 | 0 | 10 | 11001 | 10110011 | 1011010 | 100111 |
Color Harmonies of #0ABFBC
Complementary color
Monochromatic Colors of #0ABFBC
Black with #0ABFBC
Text Example
Text Example
White with #0ABFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFBC; }
p { color: rgb(10,191,188); }
H1.HeaderClassName
{
color: #0ABFBC;
}
.AnyTagClassName
{
color: #0ABFBC;
}
</style>
background-color css
<style>
a { background-color: #0ABFBC; }
a { background-color: rgb(10,191,188); }
div.DivClassName
{
background-color: #0ABFBC;
}
.BgClassName
{
background-color: #0ABFBC;
}
</style>
border-color css
<style>
span { border-color: #0ABFBC; }
span { border-color: rgb(10,191,188); }
td.TdClassName
{
border-color: #0ABFBC;
}
.TagClassName
{
border-color: #0ABFBC;
}
</style>