Shades of Iris Blue #08BBC5
Tints of Iris Blue #08BBC5
RGB
CMYK
RGB Variations
Color information
#08BBC5 (or 0x08BBC5) is known color: Iris Blue. HEX triplet: 08, BB and C5. RGB value is (8,187,197). Sum of RGB (Red+Green+Blue) = 8+187+197=392 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #08BBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBC5 is #F7443A. Grayscale: #868686. Windows color (decimal): -16204859 or 12958472. OLE color: 12958472.
HSL color Cylindrical-coordinate representation of color #08BBC5: hue angle of 183.17º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBC5 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 187 | 197 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.23 |
| HSL | 183.17º | 0.92% | 0.4% | - |
| HSV(B) | 183.17º | 0.96% | 0.77% | - |
| XYZ | 27.95 | 39.62 | 59 | - |
| YUV | 134.62 | 163.2 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 197 | 0.96 | 0.05 | 0 | 0.23 | 183.17 | 0.92 | 0.4 |
| Hex | 8 | BB | C5 | 60 | 5 | 0 | 17 | B7 | 5C | 28 |
| Octal | 10 | 273 | 305 | 140 | 5 | 0 | 27 | 267 | 134 | 50 |
| Binary | 1000 | 10111011 | 11000101 | 1100000 | 101 | 0 | 10111 | 10110111 | 1011100 | 101000 |
Color Harmonies of #08BBC5
Complementary color
Monochromatic Colors of #08BBC5
Black with #08BBC5
Text Example
Text Example
White with #08BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBC5; }
p { color: rgb(8,187,197); }
H1.HeaderClassName
{
color: #08BBC5;
}
.AnyTagClassName
{
color: #08BBC5;
}
</style>
background-color css
<style>
a { background-color: #08BBC5; }
a { background-color: rgb(8,187,197); }
div.DivClassName
{
background-color: #08BBC5;
}
.BgClassName
{
background-color: #08BBC5;
}
</style>
border-color css
<style>
span { border-color: #08BBC5; }
span { border-color: rgb(8,187,197); }
td.TdClassName
{
border-color: #08BBC5;
}
.TagClassName
{
border-color: #08BBC5;
}
</style>