Shades of Iris Blue #08B0B1
Tints of Iris Blue #08B0B1
RGB
CMYK
RGB Variations
Color information
#08B0B1 (or 0x08B0B1) is known color: Iris Blue. HEX triplet: 08, B0 and B1. RGB value is (8,176,177). Sum of RGB (Red+Green+Blue) = 8+176+177=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #08B0B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B0B1 is #F74F4E. Grayscale: #7D7D7D. Windows color (decimal): -16207695 or 11644936. OLE color: 11644936.
HSL color Cylindrical-coordinate representation of color #08B0B1: hue angle of 180.36º 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 #08B0B1 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 176 | 177 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.31 |
| HSL | 180.36º | 0.91% | 0.36% | - |
| HSV(B) | 180.36º | 0.95% | 0.69% | - |
| XYZ | 23.56 | 34.28 | 46.97 | - |
| YUV | 125.88 | 156.84 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 176 | 177 | 0.95 | 0.01 | 0 | 0.31 | 180.36 | 0.91 | 0.36 |
| Hex | 8 | B0 | B1 | 5F | 1 | 0 | 1F | B4 | 5B | 24 |
| Octal | 10 | 260 | 261 | 137 | 1 | 0 | 37 | 264 | 133 | 44 |
| Binary | 1000 | 10110000 | 10110001 | 1011111 | 1 | 0 | 11111 | 10110100 | 1011011 | 100100 |
Color Harmonies of #08B0B1
Complementary color
Monochromatic Colors of #08B0B1
Black with #08B0B1
Text Example
Text Example
White with #08B0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B0B1; }
p { color: rgb(8,176,177); }
H1.HeaderClassName
{
color: #08B0B1;
}
.AnyTagClassName
{
color: #08B0B1;
}
</style>
background-color css
<style>
a { background-color: #08B0B1; }
a { background-color: rgb(8,176,177); }
div.DivClassName
{
background-color: #08B0B1;
}
.BgClassName
{
background-color: #08B0B1;
}
</style>
border-color css
<style>
span { border-color: #08B0B1; }
span { border-color: rgb(8,176,177); }
td.TdClassName
{
border-color: #08B0B1;
}
.TagClassName
{
border-color: #08B0B1;
}
</style>