Shades of Iris Blue #08BBBC
Tints of Iris Blue #08BBBC
RGB
CMYK
RGB Variations
Color information
#08BBBC (or 0x08BBBC) is known color: Iris Blue. HEX triplet: 08, BB and BC. RGB value is (8,187,188). Sum of RGB (Red+Green+Blue) = 8+187+188=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #08BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBBC is #F74443. Grayscale: #858585. Windows color (decimal): -16204868 or 12368648. OLE color: 12368648.
HSL color Cylindrical-coordinate representation of color #08BBBC: hue angle of 180.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBBC is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 187 | 188 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.26 |
| HSL | 180.33º | 0.92% | 0.38% | - |
| HSV(B) | 180.33º | 0.96% | 0.74% | - |
| XYZ | 26.95 | 39.22 | 53.73 | - |
| YUV | 133.59 | 158.7 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 188 | 0.96 | 0.01 | 0 | 0.26 | 180.33 | 0.92 | 0.38 |
| Hex | 8 | BB | BC | 60 | 1 | 0 | 1A | B4 | 5C | 26 |
| Octal | 10 | 273 | 274 | 140 | 1 | 0 | 32 | 264 | 134 | 46 |
| Binary | 1000 | 10111011 | 10111100 | 1100000 | 1 | 0 | 11010 | 10110100 | 1011100 | 100110 |
Color Harmonies of #08BBBC
Complementary color
Monochromatic Colors of #08BBBC
Black with #08BBBC
Text Example
Text Example
White with #08BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBBC; }
p { color: rgb(8,187,188); }
H1.HeaderClassName
{
color: #08BBBC;
}
.AnyTagClassName
{
color: #08BBBC;
}
</style>
background-color css
<style>
a { background-color: #08BBBC; }
a { background-color: rgb(8,187,188); }
div.DivClassName
{
background-color: #08BBBC;
}
.BgClassName
{
background-color: #08BBBC;
}
</style>
border-color css
<style>
span { border-color: #08BBBC; }
span { border-color: rgb(8,187,188); }
td.TdClassName
{
border-color: #08BBBC;
}
.TagClassName
{
border-color: #08BBBC;
}
</style>