Shades of Iris Blue #0ABAC4
Tints of Iris Blue #0ABAC4
RGB
CMYK
RGB Variations
Color information
#0ABAC4 (or 0x0ABAC4) is known color: Iris Blue. HEX triplet: 0A, BA and C4. RGB value is (10,186,196). Sum of RGB (Red+Green+Blue) = 10+186+196=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #0ABAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABAC4 is #F5453B. Grayscale: #868686. Windows color (decimal): -16074044 or 12892682. OLE color: 12892682.
HSL color Cylindrical-coordinate representation of color #0ABAC4: hue angle of 183.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABAC4 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 186 | 196 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.23 |
| HSL | 183.23º | 0.9% | 0.4% | - |
| HSV(B) | 183.23º | 0.95% | 0.77% | - |
| XYZ | 27.65 | 39.17 | 58.33 | - |
| YUV | 134.52 | 162.69 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 196 | 0.95 | 0.05 | 0 | 0.23 | 183.23 | 0.9 | 0.4 |
| Hex | A | BA | C4 | 5F | 5 | 0 | 17 | B7 | 5A | 28 |
| Octal | 12 | 272 | 304 | 137 | 5 | 0 | 27 | 267 | 132 | 50 |
| Binary | 1010 | 10111010 | 11000100 | 1011111 | 101 | 0 | 10111 | 10110111 | 1011010 | 101000 |
Color Harmonies of #0ABAC4
Complementary color
Monochromatic Colors of #0ABAC4
Black with #0ABAC4
Text Example
Text Example
White with #0ABAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABAC4; }
p { color: rgb(10,186,196); }
H1.HeaderClassName
{
color: #0ABAC4;
}
.AnyTagClassName
{
color: #0ABAC4;
}
</style>
background-color css
<style>
a { background-color: #0ABAC4; }
a { background-color: rgb(10,186,196); }
div.DivClassName
{
background-color: #0ABAC4;
}
.BgClassName
{
background-color: #0ABAC4;
}
</style>
border-color css
<style>
span { border-color: #0ABAC4; }
span { border-color: rgb(10,186,196); }
td.TdClassName
{
border-color: #0ABAC4;
}
.TagClassName
{
border-color: #0ABAC4;
}
</style>