Shades of Iris Blue #08BBE1
Tints of Iris Blue #08BBE1
RGB
CMYK
RGB Variations
Color information
#08BBE1 (or 0x08BBE1) is known color: Iris Blue. HEX triplet: 08, BB and E1. RGB value is (8,187,225). Sum of RGB (Red+Green+Blue) = 8+187+225=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #08BBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBE1 is #F7441E. Grayscale: #898989. Windows color (decimal): -16204831 or 14793480. OLE color: 14793480.
HSL color Cylindrical-coordinate representation of color #08BBE1: hue angle of 190.51º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBE1 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 187 | 225 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.12 |
| HSL | 190.51º | 0.93% | 0.46% | - |
| HSV(B) | 190.51º | 0.96% | 0.88% | - |
| XYZ | 31.46 | 41.03 | 77.5 | - |
| YUV | 137.81 | 177.2 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 225 | 0.96 | 0.17 | 0 | 0.12 | 190.51 | 0.93 | 0.46 |
| Hex | 8 | BB | E1 | 60 | 11 | 0 | C | BF | 5D | 2E |
| Octal | 10 | 273 | 341 | 140 | 21 | 0 | 14 | 277 | 135 | 56 |
| Binary | 1000 | 10111011 | 11100001 | 1100000 | 10001 | 0 | 1100 | 10111111 | 1011101 | 101110 |
Color Harmonies of #08BBE1
Complementary color
Monochromatic Colors of #08BBE1
Black with #08BBE1
Text Example
Text Example
White with #08BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BBE1; }
p { color: rgb(8,187,225); }
H1.HeaderClassName
{
color: #08BBE1;
}
.AnyTagClassName
{
color: #08BBE1;
}
</style>
background-color css
<style>
a { background-color: #08BBE1; }
a { background-color: rgb(8,187,225); }
div.DivClassName
{
background-color: #08BBE1;
}
.BgClassName
{
background-color: #08BBE1;
}
</style>
border-color css
<style>
span { border-color: #08BBE1; }
span { border-color: rgb(8,187,225); }
td.TdClassName
{
border-color: #08BBE1;
}
.TagClassName
{
border-color: #08BBE1;
}
</style>