Shades of Iris Blue #08B1CB
Tints of Iris Blue #08B1CB
RGB
CMYK
RGB Variations
Color information
#08B1CB (or 0x08B1CB) is known color: Iris Blue. HEX triplet: 08, B1 and CB. RGB value is (8,177,203). Sum of RGB (Red+Green+Blue) = 8+177+203=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #08B1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B1CB is #F74E34. Grayscale: #818181. Windows color (decimal): -16207413 or 13349128. OLE color: 13349128.
HSL color Cylindrical-coordinate representation of color #08B1CB: hue angle of 188º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B1CB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 177 | 203 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.20 |
| HSL | 188º | 0.92% | 0.41% | - |
| HSV(B) | 188º | 0.96% | 0.8% | - |
| XYZ | 26.6 | 35.81 | 62.01 | - |
| YUV | 129.43 | 169.51 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 177 | 203 | 0.96 | 0.13 | 0 | 0.20 | 188 | 0.92 | 0.41 |
| Hex | 8 | B1 | CB | 60 | D | 0 | 14 | BC | 5C | 29 |
| Octal | 10 | 261 | 313 | 140 | 15 | 0 | 24 | 274 | 134 | 51 |
| Binary | 1000 | 10110001 | 11001011 | 1100000 | 1101 | 0 | 10100 | 10111100 | 1011100 | 101001 |
Color Harmonies of #08B1CB
Complementary color
Monochromatic Colors of #08B1CB
Black with #08B1CB
Text Example
Text Example
White with #08B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B1CB; }
p { color: rgb(8,177,203); }
H1.HeaderClassName
{
color: #08B1CB;
}
.AnyTagClassName
{
color: #08B1CB;
}
</style>
background-color css
<style>
a { background-color: #08B1CB; }
a { background-color: rgb(8,177,203); }
div.DivClassName
{
background-color: #08B1CB;
}
.BgClassName
{
background-color: #08B1CB;
}
</style>
border-color css
<style>
span { border-color: #08B1CB; }
span { border-color: rgb(8,177,203); }
td.TdClassName
{
border-color: #08B1CB;
}
.TagClassName
{
border-color: #08B1CB;
}
</style>