Shades of Iris Blue #08BED7
Tints of Iris Blue #08BED7
RGB
CMYK
RGB Variations
Color information
#08BED7 (or 0x08BED7) is known color: Iris Blue. HEX triplet: 08, BE and D7. RGB value is (8,190,215). Sum of RGB (Red+Green+Blue) = 8+190+215=413 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #08BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BED7 is #F74128. Grayscale: #8A8A8A. Windows color (decimal): -16204073 or 14138888. OLE color: 14138888.
HSL color Cylindrical-coordinate representation of color #08BED7: hue angle of 187.25º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BED7 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 190 | 215 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.16 |
| HSL | 187.25º | 0.93% | 0.44% | - |
| HSV(B) | 187.25º | 0.96% | 0.84% | - |
| XYZ | 30.78 | 41.78 | 70.73 | - |
| YUV | 138.43 | 171.2 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 190 | 215 | 0.96 | 0.12 | 0 | 0.16 | 187.25 | 0.93 | 0.44 |
| Hex | 8 | BE | D7 | 60 | C | 0 | 10 | BB | 5D | 2C |
| Octal | 10 | 276 | 327 | 140 | 14 | 0 | 20 | 273 | 135 | 54 |
| Binary | 1000 | 10111110 | 11010111 | 1100000 | 1100 | 0 | 10000 | 10111011 | 1011101 | 101100 |
Color Harmonies of #08BED7
Complementary color
Monochromatic Colors of #08BED7
Black with #08BED7
Text Example
Text Example
White with #08BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BED7; }
p { color: rgb(8,190,215); }
H1.HeaderClassName
{
color: #08BED7;
}
.AnyTagClassName
{
color: #08BED7;
}
</style>
background-color css
<style>
a { background-color: #08BED7; }
a { background-color: rgb(8,190,215); }
div.DivClassName
{
background-color: #08BED7;
}
.BgClassName
{
background-color: #08BED7;
}
</style>
border-color css
<style>
span { border-color: #08BED7; }
span { border-color: rgb(8,190,215); }
td.TdClassName
{
border-color: #08BED7;
}
.TagClassName
{
border-color: #08BED7;
}
</style>