Shades of Iris Blue #08BCC5
Tints of Iris Blue #08BCC5
RGB
CMYK
RGB Variations
Color information
#08BCC5 (or 0x08BCC5) is known color: Iris Blue. HEX triplet: 08, BC and C5. RGB value is (8,188,197). Sum of RGB (Red+Green+Blue) = 8+188+197=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #08BCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCC5 is #F7433A. Grayscale: #868686. Windows color (decimal): -16204603 or 12958728. OLE color: 12958728.
HSL color Cylindrical-coordinate representation of color #08BCC5: hue angle of 182.86º 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 #08BCC5 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 188 | 197 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.23 |
| HSL | 182.86º | 0.92% | 0.4% | - |
| HSV(B) | 182.86º | 0.96% | 0.77% | - |
| XYZ | 28.16 | 40.05 | 59.07 | - |
| YUV | 135.21 | 162.87 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 197 | 0.96 | 0.05 | 0 | 0.23 | 182.86 | 0.92 | 0.4 |
| Hex | 8 | BC | C5 | 60 | 5 | 0 | 17 | B7 | 5C | 28 |
| Octal | 10 | 274 | 305 | 140 | 5 | 0 | 27 | 267 | 134 | 50 |
| Binary | 1000 | 10111100 | 11000101 | 1100000 | 101 | 0 | 10111 | 10110111 | 1011100 | 101000 |
Color Harmonies of #08BCC5
Complementary color
Monochromatic Colors of #08BCC5
Black with #08BCC5
Text Example
Text Example
White with #08BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCC5; }
p { color: rgb(8,188,197); }
H1.HeaderClassName
{
color: #08BCC5;
}
.AnyTagClassName
{
color: #08BCC5;
}
</style>
background-color css
<style>
a { background-color: #08BCC5; }
a { background-color: rgb(8,188,197); }
div.DivClassName
{
background-color: #08BCC5;
}
.BgClassName
{
background-color: #08BCC5;
}
</style>
border-color css
<style>
span { border-color: #08BCC5; }
span { border-color: rgb(8,188,197); }
td.TdClassName
{
border-color: #08BCC5;
}
.TagClassName
{
border-color: #08BCC5;
}
</style>