Shades of Iris Blue #0AB2BD
Tints of Iris Blue #0AB2BD
RGB
CMYK
RGB Variations
Color information
#0AB2BD (or 0x0AB2BD) is known color: Iris Blue. HEX triplet: 0A, B2 and BD. RGB value is (10,178,189). Sum of RGB (Red+Green+Blue) = 10+178+189=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #0AB2BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2BD is #F54D42. Grayscale: #808080. Windows color (decimal): -16076099 or 12431882. OLE color: 12431882.
HSL color Cylindrical-coordinate representation of color #0AB2BD: hue angle of 183.69º 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 #0AB2BD is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 178 | 189 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.26 |
| HSL | 183.69º | 0.9% | 0.39% | - |
| HSV(B) | 183.69º | 0.95% | 0.74% | - |
| XYZ | 25.23 | 35.58 | 53.68 | - |
| YUV | 129.02 | 161.84 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 189 | 0.95 | 0.06 | 0 | 0.26 | 183.69 | 0.9 | 0.39 |
| Hex | A | B2 | BD | 5F | 6 | 0 | 1A | B8 | 5A | 27 |
| Octal | 12 | 262 | 275 | 137 | 6 | 0 | 32 | 270 | 132 | 47 |
| Binary | 1010 | 10110010 | 10111101 | 1011111 | 110 | 0 | 11010 | 10111000 | 1011010 | 100111 |
Color Harmonies of #0AB2BD
Complementary color
Monochromatic Colors of #0AB2BD
Black with #0AB2BD
Text Example
Text Example
White with #0AB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB2BD; }
p { color: rgb(10,178,189); }
H1.HeaderClassName
{
color: #0AB2BD;
}
.AnyTagClassName
{
color: #0AB2BD;
}
</style>
background-color css
<style>
a { background-color: #0AB2BD; }
a { background-color: rgb(10,178,189); }
div.DivClassName
{
background-color: #0AB2BD;
}
.BgClassName
{
background-color: #0AB2BD;
}
</style>
border-color css
<style>
span { border-color: #0AB2BD; }
span { border-color: rgb(10,178,189); }
td.TdClassName
{
border-color: #0AB2BD;
}
.TagClassName
{
border-color: #0AB2BD;
}
</style>