Shades of Iris Blue #0ABEB4
Tints of Iris Blue #0ABEB4
RGB
CMYK
RGB Variations
Color information
#0ABEB4 (or 0x0ABEB4) is known color: Iris Blue. HEX triplet: 0A, BE and B4. RGB value is (10,190,180). Sum of RGB (Red+Green+Blue) = 10+190+180=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEB4 is #F5414B. Grayscale: #868686. Windows color (decimal): -16073036 or 11845130. OLE color: 11845130.
HSL color Cylindrical-coordinate representation of color #0ABEB4: hue angle of 176.67º 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 #0ABEB4 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 190 | 180 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.25 |
| HSL | 176.67º | 0.9% | 0.39% | - |
| HSV(B) | 176.67º | 0.95% | 0.75% | - |
| XYZ | 26.78 | 40.19 | 49.53 | - |
| YUV | 135.04 | 153.37 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 190 | 180 | 0.95 | 0 | 0.05 | 0.25 | 176.67 | 0.9 | 0.39 |
| Hex | A | BE | B4 | 5F | 0 | 5 | 19 | B1 | 5A | 27 |
| Octal | 12 | 276 | 264 | 137 | 0 | 5 | 31 | 261 | 132 | 47 |
| Binary | 1010 | 10111110 | 10110100 | 1011111 | 0 | 101 | 11001 | 10110001 | 1011010 | 100111 |
Color Harmonies of #0ABEB4
Complementary color
Monochromatic Colors of #0ABEB4
Black with #0ABEB4
Text Example
Text Example
White with #0ABEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABEB4; }
p { color: rgb(10,190,180); }
H1.HeaderClassName
{
color: #0ABEB4;
}
.AnyTagClassName
{
color: #0ABEB4;
}
</style>
background-color css
<style>
a { background-color: #0ABEB4; }
a { background-color: rgb(10,190,180); }
div.DivClassName
{
background-color: #0ABEB4;
}
.BgClassName
{
background-color: #0ABEB4;
}
</style>
border-color css
<style>
span { border-color: #0ABEB4; }
span { border-color: rgb(10,190,180); }
td.TdClassName
{
border-color: #0ABEB4;
}
.TagClassName
{
border-color: #0ABEB4;
}
</style>