Shades of Iris Blue #08B3BA
Tints of Iris Blue #08B3BA
RGB
CMYK
RGB Variations
Color information
#08B3BA (or 0x08B3BA) is known color: Iris Blue. HEX triplet: 08, B3 and BA. RGB value is (8,179,186). Sum of RGB (Red+Green+Blue) = 8+179+186=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #08B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B3BA is #F74C45. Grayscale: #808080. Windows color (decimal): -16206918 or 12235528. OLE color: 12235528.
HSL color Cylindrical-coordinate representation of color #08B3BA: hue angle of 182.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B3BA is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 179 | 186 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.27 |
| HSL | 182.36º | 0.92% | 0.38% | - |
| HSV(B) | 182.36º | 0.96% | 0.73% | - |
| XYZ | 25.08 | 35.84 | 52.05 | - |
| YUV | 128.67 | 160.35 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 186 | 0.96 | 0.04 | 0 | 0.27 | 182.36 | 0.92 | 0.38 |
| Hex | 8 | B3 | BA | 60 | 4 | 0 | 1B | B6 | 5C | 26 |
| Octal | 10 | 263 | 272 | 140 | 4 | 0 | 33 | 266 | 134 | 46 |
| Binary | 1000 | 10110011 | 10111010 | 1100000 | 100 | 0 | 11011 | 10110110 | 1011100 | 100110 |
Color Harmonies of #08B3BA
Complementary color
Monochromatic Colors of #08B3BA
Black with #08B3BA
Text Example
Text Example
White with #08B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B3BA; }
p { color: rgb(8,179,186); }
H1.HeaderClassName
{
color: #08B3BA;
}
.AnyTagClassName
{
color: #08B3BA;
}
</style>
background-color css
<style>
a { background-color: #08B3BA; }
a { background-color: rgb(8,179,186); }
div.DivClassName
{
background-color: #08B3BA;
}
.BgClassName
{
background-color: #08B3BA;
}
</style>
border-color css
<style>
span { border-color: #08B3BA; }
span { border-color: rgb(8,179,186); }
td.TdClassName
{
border-color: #08B3BA;
}
.TagClassName
{
border-color: #08B3BA;
}
</style>