Shades of Iris Blue #08ACB1
Tints of Iris Blue #08ACB1
RGB
CMYK
RGB Variations
Color information
#08ACB1 (or 0x08ACB1) is known color: Iris Blue. HEX triplet: 08, AC and B1. RGB value is (8,172,177). Sum of RGB (Red+Green+Blue) = 8+172+177=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #08ACB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08ACB1 is #F7534E. Grayscale: #7B7B7B. Windows color (decimal): -16208719 or 11643912. OLE color: 11643912.
HSL color Cylindrical-coordinate representation of color #08ACB1: hue angle of 181.78º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08ACB1 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 172 | 177 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.31 |
| HSL | 181.78º | 0.91% | 0.36% | - |
| HSV(B) | 181.78º | 0.95% | 0.69% | - |
| XYZ | 22.79 | 32.73 | 46.71 | - |
| YUV | 123.53 | 158.17 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 172 | 177 | 0.95 | 0.03 | 0 | 0.31 | 181.78 | 0.91 | 0.36 |
| Hex | 8 | AC | B1 | 5F | 3 | 0 | 1F | B6 | 5B | 24 |
| Octal | 10 | 254 | 261 | 137 | 3 | 0 | 37 | 266 | 133 | 44 |
| Binary | 1000 | 10101100 | 10110001 | 1011111 | 11 | 0 | 11111 | 10110110 | 1011011 | 100100 |
Color Harmonies of #08ACB1
Complementary color
Monochromatic Colors of #08ACB1
Black with #08ACB1
Text Example
Text Example
White with #08ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ACB1; }
p { color: rgb(8,172,177); }
H1.HeaderClassName
{
color: #08ACB1;
}
.AnyTagClassName
{
color: #08ACB1;
}
</style>
background-color css
<style>
a { background-color: #08ACB1; }
a { background-color: rgb(8,172,177); }
div.DivClassName
{
background-color: #08ACB1;
}
.BgClassName
{
background-color: #08ACB1;
}
</style>
border-color css
<style>
span { border-color: #08ACB1; }
span { border-color: rgb(8,172,177); }
td.TdClassName
{
border-color: #08ACB1;
}
.TagClassName
{
border-color: #08ACB1;
}
</style>