Shades of Iris Blue #08BABB
Tints of Iris Blue #08BABB
RGB
CMYK
RGB Variations
Color information
#08BABB (or 0x08BABB) is known color: Iris Blue. HEX triplet: 08, BA and BB. RGB value is (8,186,187). Sum of RGB (Red+Green+Blue) = 8+186+187=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #08BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BABB is #F74544. Grayscale: #848484. Windows color (decimal): -16205125 or 12302856. OLE color: 12302856.
HSL color Cylindrical-coordinate representation of color #08BABB: hue angle of 180.34º 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 #08BABB is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 187 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.27 |
| HSL | 180.34º | 0.92% | 0.38% | - |
| HSV(B) | 180.34º | 0.96% | 0.73% | - |
| XYZ | 26.63 | 38.76 | 53.09 | - |
| YUV | 132.89 | 158.53 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 187 | 0.96 | 0.01 | 0 | 0.27 | 180.34 | 0.92 | 0.38 |
| Hex | 8 | BA | BB | 60 | 1 | 0 | 1B | B4 | 5C | 26 |
| Octal | 10 | 272 | 273 | 140 | 1 | 0 | 33 | 264 | 134 | 46 |
| Binary | 1000 | 10111010 | 10111011 | 1100000 | 1 | 0 | 11011 | 10110100 | 1011100 | 100110 |
Color Harmonies of #08BABB
Complementary color
Monochromatic Colors of #08BABB
Black with #08BABB
Text Example
Text Example
White with #08BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BABB; }
p { color: rgb(8,186,187); }
H1.HeaderClassName
{
color: #08BABB;
}
.AnyTagClassName
{
color: #08BABB;
}
</style>
background-color css
<style>
a { background-color: #08BABB; }
a { background-color: rgb(8,186,187); }
div.DivClassName
{
background-color: #08BABB;
}
.BgClassName
{
background-color: #08BABB;
}
</style>
border-color css
<style>
span { border-color: #08BABB; }
span { border-color: rgb(8,186,187); }
td.TdClassName
{
border-color: #08BABB;
}
.TagClassName
{
border-color: #08BABB;
}
</style>