Shades of Iris Blue #08BFC2
Tints of Iris Blue #08BFC2
RGB
CMYK
RGB Variations
Color information
#08BFC2 (or 0x08BFC2) is known color: Iris Blue. HEX triplet: 08, BF and C2. RGB value is (8,191,194). Sum of RGB (Red+Green+Blue) = 8+191+194=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #08BFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFC2 is #F7403D. Grayscale: #888888. Windows color (decimal): -16203838 or 12762888. OLE color: 12762888.
HSL color Cylindrical-coordinate representation of color #08BFC2: hue angle of 180.97º 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 #08BFC2 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 191 | 194 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.24 |
| HSL | 180.97º | 0.92% | 0.4% | - |
| HSV(B) | 180.97º | 0.96% | 0.76% | - |
| XYZ | 28.47 | 41.21 | 57.49 | - |
| YUV | 136.63 | 160.37 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 194 | 0.96 | 0.02 | 0 | 0.24 | 180.97 | 0.92 | 0.4 |
| Hex | 8 | BF | C2 | 60 | 2 | 0 | 18 | B5 | 5C | 28 |
| Octal | 10 | 277 | 302 | 140 | 2 | 0 | 30 | 265 | 134 | 50 |
| Binary | 1000 | 10111111 | 11000010 | 1100000 | 10 | 0 | 11000 | 10110101 | 1011100 | 101000 |
Color Harmonies of #08BFC2
Complementary color
Monochromatic Colors of #08BFC2
Black with #08BFC2
Text Example
Text Example
White with #08BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFC2; }
p { color: rgb(8,191,194); }
H1.HeaderClassName
{
color: #08BFC2;
}
.AnyTagClassName
{
color: #08BFC2;
}
</style>
background-color css
<style>
a { background-color: #08BFC2; }
a { background-color: rgb(8,191,194); }
div.DivClassName
{
background-color: #08BFC2;
}
.BgClassName
{
background-color: #08BFC2;
}
</style>
border-color css
<style>
span { border-color: #08BFC2; }
span { border-color: rgb(8,191,194); }
td.TdClassName
{
border-color: #08BFC2;
}
.TagClassName
{
border-color: #08BFC2;
}
</style>