Shades of Iris Blue #0ABBE3
Tints of Iris Blue #0ABBE3
RGB
CMYK
RGB Variations
Color information
#0ABBE3 (or 0x0ABBE3) is known color: Iris Blue. HEX triplet: 0A, BB and E3. RGB value is (10,187,227). Sum of RGB (Red+Green+Blue) = 10+187+227=424 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #0ABBE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBE3 is #F5441C. Grayscale: #8A8A8A. Windows color (decimal): -16073757 or 14924554. OLE color: 14924554.
HSL color Cylindrical-coordinate representation of color #0ABBE3: hue angle of 191.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABBE3 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 187 | 227 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.11 |
| HSL | 191.06º | 0.92% | 0.46% | - |
| HSV(B) | 191.06º | 0.96% | 0.89% | - |
| XYZ | 31.76 | 41.15 | 78.94 | - |
| YUV | 138.64 | 177.86 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 227 | 0.96 | 0.18 | 0 | 0.11 | 191.06 | 0.92 | 0.46 |
| Hex | A | BB | E3 | 60 | 12 | 0 | B | BF | 5C | 2E |
| Octal | 12 | 273 | 343 | 140 | 22 | 0 | 13 | 277 | 134 | 56 |
| Binary | 1010 | 10111011 | 11100011 | 1100000 | 10010 | 0 | 1011 | 10111111 | 1011100 | 101110 |
Color Harmonies of #0ABBE3
Complementary color
Monochromatic Colors of #0ABBE3
Black with #0ABBE3
Text Example
Text Example
White with #0ABBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBE3; }
p { color: rgb(10,187,227); }
H1.HeaderClassName
{
color: #0ABBE3;
}
.AnyTagClassName
{
color: #0ABBE3;
}
</style>
background-color css
<style>
a { background-color: #0ABBE3; }
a { background-color: rgb(10,187,227); }
div.DivClassName
{
background-color: #0ABBE3;
}
.BgClassName
{
background-color: #0ABBE3;
}
</style>
border-color css
<style>
span { border-color: #0ABBE3; }
span { border-color: rgb(10,187,227); }
td.TdClassName
{
border-color: #0ABBE3;
}
.TagClassName
{
border-color: #0ABBE3;
}
</style>