Shades of Iris Blue #0ABBE0
Tints of Iris Blue #0ABBE0
RGB
CMYK
RGB Variations
Color information
#0ABBE0 (or 0x0ABBE0) is known color: Iris Blue. HEX triplet: 0A, BB and E0. RGB value is (10,187,224). Sum of RGB (Red+Green+Blue) = 10+187+224=421 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ABBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBE0 is #F5441F. Grayscale: #898989. Windows color (decimal): -16073760 or 14727946. OLE color: 14727946.
HSL color Cylindrical-coordinate representation of color #0ABBE0: hue angle of 190.37º 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 #0ABBE0 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 187 | 224 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.12 |
| HSL | 190.37º | 0.91% | 0.46% | - |
| HSV(B) | 190.37º | 0.96% | 0.88% | - |
| XYZ | 31.35 | 40.99 | 76.78 | - |
| YUV | 138.3 | 176.36 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 224 | 0.96 | 0.17 | 0 | 0.12 | 190.37 | 0.91 | 0.46 |
| Hex | A | BB | E0 | 60 | 11 | 0 | C | BE | 5B | 2E |
| Octal | 12 | 273 | 340 | 140 | 21 | 0 | 14 | 276 | 133 | 56 |
| Binary | 1010 | 10111011 | 11100000 | 1100000 | 10001 | 0 | 1100 | 10111110 | 1011011 | 101110 |
Color Harmonies of #0ABBE0
Complementary color
Monochromatic Colors of #0ABBE0
Black with #0ABBE0
Text Example
Text Example
White with #0ABBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBE0; }
p { color: rgb(10,187,224); }
H1.HeaderClassName
{
color: #0ABBE0;
}
.AnyTagClassName
{
color: #0ABBE0;
}
</style>
background-color css
<style>
a { background-color: #0ABBE0; }
a { background-color: rgb(10,187,224); }
div.DivClassName
{
background-color: #0ABBE0;
}
.BgClassName
{
background-color: #0ABBE0;
}
</style>
border-color css
<style>
span { border-color: #0ABBE0; }
span { border-color: rgb(10,187,224); }
td.TdClassName
{
border-color: #0ABBE0;
}
.TagClassName
{
border-color: #0ABBE0;
}
</style>