Shades of Iris Blue #08BBC2
Tints of Iris Blue #08BBC2
RGB
CMYK
RGB Variations
Color information
#08BBC2 (or 0x08BBC2) is known color: Iris Blue. HEX triplet: 08, BB and C2. RGB value is (8,187,194). Sum of RGB (Red+Green+Blue) = 8+187+194=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #08BBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBC2 is #F7443D. Grayscale: #868686. Windows color (decimal): -16204862 or 12761864. OLE color: 12761864.
HSL color Cylindrical-coordinate representation of color #08BBC2: hue angle of 182.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBC2 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 187 | 194 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.24 |
| HSL | 182.26º | 0.92% | 0.4% | - |
| HSV(B) | 182.26º | 0.96% | 0.76% | - |
| XYZ | 27.61 | 39.49 | 57.21 | - |
| YUV | 134.28 | 161.7 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 194 | 0.96 | 0.04 | 0 | 0.24 | 182.26 | 0.92 | 0.4 |
| Hex | 8 | BB | C2 | 60 | 4 | 0 | 18 | B6 | 5C | 28 |
| Octal | 10 | 273 | 302 | 140 | 4 | 0 | 30 | 266 | 134 | 50 |
| Binary | 1000 | 10111011 | 11000010 | 1100000 | 100 | 0 | 11000 | 10110110 | 1011100 | 101000 |
Color Harmonies of #08BBC2
Complementary color
Monochromatic Colors of #08BBC2
Black with #08BBC2
Text Example
Text Example
White with #08BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBC2; }
p { color: rgb(8,187,194); }
H1.HeaderClassName
{
color: #08BBC2;
}
.AnyTagClassName
{
color: #08BBC2;
}
</style>
background-color css
<style>
a { background-color: #08BBC2; }
a { background-color: rgb(8,187,194); }
div.DivClassName
{
background-color: #08BBC2;
}
.BgClassName
{
background-color: #08BBC2;
}
</style>
border-color css
<style>
span { border-color: #08BBC2; }
span { border-color: rgb(8,187,194); }
td.TdClassName
{
border-color: #08BBC2;
}
.TagClassName
{
border-color: #08BBC2;
}
</style>