Shades of Iris Blue #08BCB4
Tints of Iris Blue #08BCB4
RGB
CMYK
RGB Variations
Color information
#08BCB4 (or 0x08BCB4) is known color: Iris Blue. HEX triplet: 08, BC and B4. RGB value is (8,188,180). Sum of RGB (Red+Green+Blue) = 8+188+180=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCB4 is #F7434B. Grayscale: #858585. Windows color (decimal): -16204620 or 11844616. OLE color: 11844616.
HSL color Cylindrical-coordinate representation of color #08BCB4: hue angle of 177.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 #08BCB4 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 180 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.26 |
| HSL | 177.33º | 0.92% | 0.38% | - |
| HSV(B) | 177.33º | 0.96% | 0.74% | - |
| XYZ | 26.32 | 39.31 | 49.38 | - |
| YUV | 133.27 | 154.37 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 180 | 0.96 | 0 | 0.04 | 0.26 | 177.33 | 0.92 | 0.38 |
| Hex | 8 | BC | B4 | 60 | 0 | 4 | 1A | B1 | 5C | 26 |
| Octal | 10 | 274 | 264 | 140 | 0 | 4 | 32 | 261 | 134 | 46 |
| Binary | 1000 | 10111100 | 10110100 | 1100000 | 0 | 100 | 11010 | 10110001 | 1011100 | 100110 |
Color Harmonies of #08BCB4
Complementary color
Monochromatic Colors of #08BCB4
Black with #08BCB4
Text Example
Text Example
White with #08BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCB4; }
p { color: rgb(8,188,180); }
H1.HeaderClassName
{
color: #08BCB4;
}
.AnyTagClassName
{
color: #08BCB4;
}
</style>
background-color css
<style>
a { background-color: #08BCB4; }
a { background-color: rgb(8,188,180); }
div.DivClassName
{
background-color: #08BCB4;
}
.BgClassName
{
background-color: #08BCB4;
}
</style>
border-color css
<style>
span { border-color: #08BCB4; }
span { border-color: rgb(8,188,180); }
td.TdClassName
{
border-color: #08BCB4;
}
.TagClassName
{
border-color: #08BCB4;
}
</style>