Shades of Iris Blue #0AB1CA
Tints of Iris Blue #0AB1CA
RGB
CMYK
RGB Variations
Color information
#0AB1CA (or 0x0AB1CA) is known color: Iris Blue. HEX triplet: 0A, B1 and CA. RGB value is (10,177,202). Sum of RGB (Red+Green+Blue) = 10+177+202=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #0AB1CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1CA is #F54E35. Grayscale: #818181. Windows color (decimal): -16076342 or 13283594. OLE color: 13283594.
HSL color Cylindrical-coordinate representation of color #0AB1CA: hue angle of 187.81º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB1CA is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 177 | 202 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.21 |
| HSL | 187.81º | 0.91% | 0.42% | - |
| HSV(B) | 187.81º | 0.95% | 0.79% | - |
| XYZ | 26.51 | 35.77 | 61.38 | - |
| YUV | 129.92 | 168.67 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 177 | 202 | 0.95 | 0.12 | 0 | 0.21 | 187.81 | 0.91 | 0.42 |
| Hex | A | B1 | CA | 5F | C | 0 | 15 | BC | 5B | 2A |
| Octal | 12 | 261 | 312 | 137 | 14 | 0 | 25 | 274 | 133 | 52 |
| Binary | 1010 | 10110001 | 11001010 | 1011111 | 1100 | 0 | 10101 | 10111100 | 1011011 | 101010 |
Color Harmonies of #0AB1CA
Complementary color
Monochromatic Colors of #0AB1CA
Black with #0AB1CA
Text Example
Text Example
White with #0AB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB1CA; }
p { color: rgb(10,177,202); }
H1.HeaderClassName
{
color: #0AB1CA;
}
.AnyTagClassName
{
color: #0AB1CA;
}
</style>
background-color css
<style>
a { background-color: #0AB1CA; }
a { background-color: rgb(10,177,202); }
div.DivClassName
{
background-color: #0AB1CA;
}
.BgClassName
{
background-color: #0AB1CA;
}
</style>
border-color css
<style>
span { border-color: #0AB1CA; }
span { border-color: rgb(10,177,202); }
td.TdClassName
{
border-color: #0AB1CA;
}
.TagClassName
{
border-color: #0AB1CA;
}
</style>