Shades of Iris Blue #08BDC7
Tints of Iris Blue #08BDC7
RGB
CMYK
RGB Variations
Color information
#08BDC7 (or 0x08BDC7) is known color: Iris Blue. HEX triplet: 08, BD and C7. RGB value is (8,189,199). Sum of RGB (Red+Green+Blue) = 8+189+199=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #08BDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BDC7 is #F74238. Grayscale: #878787. Windows color (decimal): -16204345 or 13090056. OLE color: 13090056.
HSL color Cylindrical-coordinate representation of color #08BDC7: hue angle of 183.14º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BDC7 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 189 | 199 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.22 |
| HSL | 183.14º | 0.92% | 0.41% | - |
| HSV(B) | 183.14º | 0.96% | 0.78% | - |
| XYZ | 28.61 | 40.57 | 60.36 | - |
| YUV | 136.02 | 163.53 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 199 | 0.96 | 0.05 | 0 | 0.22 | 183.14 | 0.92 | 0.41 |
| Hex | 8 | BD | C7 | 60 | 5 | 0 | 16 | B7 | 5C | 29 |
| Octal | 10 | 275 | 307 | 140 | 5 | 0 | 26 | 267 | 134 | 51 |
| Binary | 1000 | 10111101 | 11000111 | 1100000 | 101 | 0 | 10110 | 10110111 | 1011100 | 101001 |
Color Harmonies of #08BDC7
Complementary color
Monochromatic Colors of #08BDC7
Black with #08BDC7
Text Example
Text Example
White with #08BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BDC7; }
p { color: rgb(8,189,199); }
H1.HeaderClassName
{
color: #08BDC7;
}
.AnyTagClassName
{
color: #08BDC7;
}
</style>
background-color css
<style>
a { background-color: #08BDC7; }
a { background-color: rgb(8,189,199); }
div.DivClassName
{
background-color: #08BDC7;
}
.BgClassName
{
background-color: #08BDC7;
}
</style>
border-color css
<style>
span { border-color: #08BDC7; }
span { border-color: rgb(8,189,199); }
td.TdClassName
{
border-color: #08BDC7;
}
.TagClassName
{
border-color: #08BDC7;
}
</style>