Shades of Iris Blue #0ABCBE
Tints of Iris Blue #0ABCBE
RGB
CMYK
RGB Variations
Color information
#0ABCBE (or 0x0ABCBE) is known color: Iris Blue. HEX triplet: 0A, BC and BE. RGB value is (10,188,190). Sum of RGB (Red+Green+Blue) = 10+188+190=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #0ABCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCBE is #F54341. Grayscale: #868686. Windows color (decimal): -16073538 or 12499978. OLE color: 12499978.
HSL color Cylindrical-coordinate representation of color #0ABCBE: hue angle of 180.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 #0ABCBE is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 188 | 190 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.25 |
| HSL | 180.67º | 0.9% | 0.39% | - |
| HSV(B) | 180.67º | 0.95% | 0.75% | - |
| XYZ | 27.4 | 39.75 | 54.94 | - |
| YUV | 135.01 | 159.03 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 190 | 0.95 | 0.01 | 0 | 0.25 | 180.67 | 0.9 | 0.39 |
| Hex | A | BC | BE | 5F | 1 | 0 | 19 | B5 | 5A | 27 |
| Octal | 12 | 274 | 276 | 137 | 1 | 0 | 31 | 265 | 132 | 47 |
| Binary | 1010 | 10111100 | 10111110 | 1011111 | 1 | 0 | 11001 | 10110101 | 1011010 | 100111 |
Color Harmonies of #0ABCBE
Complementary color
Monochromatic Colors of #0ABCBE
Black with #0ABCBE
Text Example
Text Example
White with #0ABCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCBE; }
p { color: rgb(10,188,190); }
H1.HeaderClassName
{
color: #0ABCBE;
}
.AnyTagClassName
{
color: #0ABCBE;
}
</style>
background-color css
<style>
a { background-color: #0ABCBE; }
a { background-color: rgb(10,188,190); }
div.DivClassName
{
background-color: #0ABCBE;
}
.BgClassName
{
background-color: #0ABCBE;
}
</style>
border-color css
<style>
span { border-color: #0ABCBE; }
span { border-color: rgb(10,188,190); }
td.TdClassName
{
border-color: #0ABCBE;
}
.TagClassName
{
border-color: #0ABCBE;
}
</style>