Shades of Iris Blue #0ABCC1
Tints of Iris Blue #0ABCC1
RGB
CMYK
RGB Variations
Color information
#0ABCC1 (or 0x0ABCC1) is known color: Iris Blue. HEX triplet: 0A, BC and C1. RGB value is (10,188,193). Sum of RGB (Red+Green+Blue) = 10+188+193=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #0ABCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCC1 is #F5433E. Grayscale: #878787. Windows color (decimal): -16073535 or 12696586. OLE color: 12696586.
HSL color Cylindrical-coordinate representation of color #0ABCC1: hue angle of 181.64º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCC1 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 188 | 193 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.24 |
| HSL | 181.64º | 0.9% | 0.4% | - |
| HSV(B) | 181.64º | 0.95% | 0.76% | - |
| XYZ | 27.73 | 39.88 | 56.69 | - |
| YUV | 135.35 | 160.53 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 193 | 0.95 | 0.03 | 0 | 0.24 | 181.64 | 0.9 | 0.4 |
| Hex | A | BC | C1 | 5F | 3 | 0 | 18 | B6 | 5A | 28 |
| Octal | 12 | 274 | 301 | 137 | 3 | 0 | 30 | 266 | 132 | 50 |
| Binary | 1010 | 10111100 | 11000001 | 1011111 | 11 | 0 | 11000 | 10110110 | 1011010 | 101000 |
Color Harmonies of #0ABCC1
Complementary color
Monochromatic Colors of #0ABCC1
Black with #0ABCC1
Text Example
Text Example
White with #0ABCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCC1; }
p { color: rgb(10,188,193); }
H1.HeaderClassName
{
color: #0ABCC1;
}
.AnyTagClassName
{
color: #0ABCC1;
}
</style>
background-color css
<style>
a { background-color: #0ABCC1; }
a { background-color: rgb(10,188,193); }
div.DivClassName
{
background-color: #0ABCC1;
}
.BgClassName
{
background-color: #0ABCC1;
}
</style>
border-color css
<style>
span { border-color: #0ABCC1; }
span { border-color: rgb(10,188,193); }
td.TdClassName
{
border-color: #0ABCC1;
}
.TagClassName
{
border-color: #0ABCC1;
}
</style>