Shades of Iris Blue #0ABDB8
Tints of Iris Blue #0ABDB8
RGB
CMYK
RGB Variations
Color information
#0ABDB8 (or 0x0ABDB8) is known color: Iris Blue. HEX triplet: 0A, BD and B8. RGB value is (10,189,184). Sum of RGB (Red+Green+Blue) = 10+189+184=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDB8 is #F54247. Grayscale: #868686. Windows color (decimal): -16073288 or 12107018. OLE color: 12107018.
HSL color Cylindrical-coordinate representation of color #0ABDB8: hue angle of 178.32º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDB8 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 184 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.26 |
| HSL | 178.32º | 0.9% | 0.39% | - |
| HSV(B) | 178.32º | 0.95% | 0.74% | - |
| XYZ | 26.97 | 39.92 | 51.63 | - |
| YUV | 134.91 | 155.7 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 184 | 0.95 | 0 | 0.03 | 0.26 | 178.32 | 0.9 | 0.39 |
| Hex | A | BD | B8 | 5F | 0 | 3 | 1A | B2 | 5A | 27 |
| Octal | 12 | 275 | 270 | 137 | 0 | 3 | 32 | 262 | 132 | 47 |
| Binary | 1010 | 10111101 | 10111000 | 1011111 | 0 | 11 | 11010 | 10110010 | 1011010 | 100111 |
Color Harmonies of #0ABDB8
Complementary color
Monochromatic Colors of #0ABDB8
Black with #0ABDB8
Text Example
Text Example
White with #0ABDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDB8; }
p { color: rgb(10,189,184); }
H1.HeaderClassName
{
color: #0ABDB8;
}
.AnyTagClassName
{
color: #0ABDB8;
}
</style>
background-color css
<style>
a { background-color: #0ABDB8; }
a { background-color: rgb(10,189,184); }
div.DivClassName
{
background-color: #0ABDB8;
}
.BgClassName
{
background-color: #0ABDB8;
}
</style>
border-color css
<style>
span { border-color: #0ABDB8; }
span { border-color: rgb(10,189,184); }
td.TdClassName
{
border-color: #0ABDB8;
}
.TagClassName
{
border-color: #0ABDB8;
}
</style>