Shades of Iris Blue #0AB1CD
Tints of Iris Blue #0AB1CD
RGB
CMYK
RGB Variations
Color information
#0AB1CD (or 0x0AB1CD) is known color: Iris Blue. HEX triplet: 0A, B1 and CD. RGB value is (10,177,205). Sum of RGB (Red+Green+Blue) = 10+177+205=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AB1CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1CD is #F54E32. Grayscale: #818181. Windows color (decimal): -16076339 or 13480202. OLE color: 13480202.
HSL color Cylindrical-coordinate representation of color #0AB1CD: hue angle of 188.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB1CD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 177 | 205 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.20 |
| HSL | 188.62º | 0.91% | 0.42% | - |
| HSV(B) | 188.62º | 0.95% | 0.8% | - |
| XYZ | 26.87 | 35.92 | 63.27 | - |
| YUV | 130.26 | 170.17 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 177 | 205 | 0.95 | 0.14 | 0 | 0.20 | 188.62 | 0.91 | 0.42 |
| Hex | A | B1 | CD | 5F | E | 0 | 14 | BD | 5B | 2A |
| Octal | 12 | 261 | 315 | 137 | 16 | 0 | 24 | 275 | 133 | 52 |
| Binary | 1010 | 10110001 | 11001101 | 1011111 | 1110 | 0 | 10100 | 10111101 | 1011011 | 101010 |
Color Harmonies of #0AB1CD
Complementary color
Monochromatic Colors of #0AB1CD
Black with #0AB1CD
Text Example
Text Example
White with #0AB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB1CD; }
p { color: rgb(10,177,205); }
H1.HeaderClassName
{
color: #0AB1CD;
}
.AnyTagClassName
{
color: #0AB1CD;
}
</style>
background-color css
<style>
a { background-color: #0AB1CD; }
a { background-color: rgb(10,177,205); }
div.DivClassName
{
background-color: #0AB1CD;
}
.BgClassName
{
background-color: #0AB1CD;
}
</style>
border-color css
<style>
span { border-color: #0AB1CD; }
span { border-color: rgb(10,177,205); }
td.TdClassName
{
border-color: #0AB1CD;
}
.TagClassName
{
border-color: #0AB1CD;
}
</style>