Shades of Iris Blue #0ABACB
Tints of Iris Blue #0ABACB
RGB
CMYK
RGB Variations
Color information
#0ABACB (or 0x0ABACB) is known color: Iris Blue. HEX triplet: 0A, BA and CB. RGB value is (10,186,203). Sum of RGB (Red+Green+Blue) = 10+186+203=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #0ABACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABACB is #F54534. Grayscale: #878787. Windows color (decimal): -16074037 or 13351434. OLE color: 13351434.
HSL color Cylindrical-coordinate representation of color #0ABACB: hue angle of 185.28º 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 #0ABACB is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 186 | 203 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.20 |
| HSL | 185.29º | 0.91% | 0.42% | - |
| HSV(B) | 185.29º | 0.95% | 0.8% | - |
| XYZ | 28.46 | 39.49 | 62.62 | - |
| YUV | 135.31 | 166.19 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 203 | 0.95 | 0.08 | 0 | 0.20 | 185.29 | 0.91 | 0.42 |
| Hex | A | BA | CB | 5F | 8 | 0 | 14 | B9 | 5B | 2A |
| Octal | 12 | 272 | 313 | 137 | 10 | 0 | 24 | 271 | 133 | 52 |
| Binary | 1010 | 10111010 | 11001011 | 1011111 | 1000 | 0 | 10100 | 10111001 | 1011011 | 101010 |
Color Harmonies of #0ABACB
Complementary color
Monochromatic Colors of #0ABACB
Black with #0ABACB
Text Example
Text Example
White with #0ABACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABACB; }
p { color: rgb(10,186,203); }
H1.HeaderClassName
{
color: #0ABACB;
}
.AnyTagClassName
{
color: #0ABACB;
}
</style>
background-color css
<style>
a { background-color: #0ABACB; }
a { background-color: rgb(10,186,203); }
div.DivClassName
{
background-color: #0ABACB;
}
.BgClassName
{
background-color: #0ABACB;
}
</style>
border-color css
<style>
span { border-color: #0ABACB; }
span { border-color: rgb(10,186,203); }
td.TdClassName
{
border-color: #0ABACB;
}
.TagClassName
{
border-color: #0ABACB;
}
</style>