Shades of Iris Blue #0ABBE1
Tints of Iris Blue #0ABBE1
RGB
CMYK
RGB Variations
Color information
#0ABBE1 (or 0x0ABBE1) is known color: Iris Blue. HEX triplet: 0A, BB and E1. RGB value is (10,187,225). Sum of RGB (Red+Green+Blue) = 10+187+225=422 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.37% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #0ABBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBE1 is #F5441E. Grayscale: #8A8A8A. Windows color (decimal): -16073759 or 14793482. OLE color: 14793482.
HSL color Cylindrical-coordinate representation of color #0ABBE1: hue angle of 190.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABBE1 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 187 | 225 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.12 |
| HSL | 190.6º | 0.91% | 0.46% | - |
| HSV(B) | 190.6º | 0.96% | 0.88% | - |
| XYZ | 31.49 | 41.04 | 77.5 | - |
| YUV | 138.41 | 176.86 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 225 | 0.96 | 0.17 | 0 | 0.12 | 190.6 | 0.91 | 0.46 |
| Hex | A | BB | E1 | 60 | 11 | 0 | C | BF | 5B | 2E |
| Octal | 12 | 273 | 341 | 140 | 21 | 0 | 14 | 277 | 133 | 56 |
| Binary | 1010 | 10111011 | 11100001 | 1100000 | 10001 | 0 | 1100 | 10111111 | 1011011 | 101110 |
Color Harmonies of #0ABBE1
Complementary color
Monochromatic Colors of #0ABBE1
Black with #0ABBE1
Text Example
Text Example
White with #0ABBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBE1; }
p { color: rgb(10,187,225); }
H1.HeaderClassName
{
color: #0ABBE1;
}
.AnyTagClassName
{
color: #0ABBE1;
}
</style>
background-color css
<style>
a { background-color: #0ABBE1; }
a { background-color: rgb(10,187,225); }
div.DivClassName
{
background-color: #0ABBE1;
}
.BgClassName
{
background-color: #0ABBE1;
}
</style>
border-color css
<style>
span { border-color: #0ABBE1; }
span { border-color: rgb(10,187,225); }
td.TdClassName
{
border-color: #0ABBE1;
}
.TagClassName
{
border-color: #0ABBE1;
}
</style>