Shades of Iris Blue #08B9C5
Tints of Iris Blue #08B9C5
RGB
CMYK
RGB Variations
Color information
#08B9C5 (or 0x08B9C5) is known color: Iris Blue. HEX triplet: 08, B9 and C5. RGB value is (8,185,197). Sum of RGB (Red+Green+Blue) = 8+185+197=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #08B9C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B9C5 is #F7463A. Grayscale: #858585. Windows color (decimal): -16205371 or 12957960. OLE color: 12957960.
HSL color Cylindrical-coordinate representation of color #08B9C5: hue angle of 183.81º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B9C5 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 185 | 197 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.23 |
| HSL | 183.81º | 0.92% | 0.4% | - |
| HSV(B) | 183.81º | 0.96% | 0.77% | - |
| XYZ | 27.53 | 38.78 | 58.86 | - |
| YUV | 133.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 185 | 197 | 0.96 | 0.06 | 0 | 0.23 | 183.81 | 0.92 | 0.4 |
| Hex | 8 | B9 | C5 | 60 | 6 | 0 | 17 | B8 | 5C | 28 |
| Octal | 10 | 271 | 305 | 140 | 6 | 0 | 27 | 270 | 134 | 50 |
| Binary | 1000 | 10111001 | 11000101 | 1100000 | 110 | 0 | 10111 | 10111000 | 1011100 | 101000 |
Color Harmonies of #08B9C5
Complementary color
Monochromatic Colors of #08B9C5
Black with #08B9C5
Text Example
Text Example
White with #08B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B9C5; }
p { color: rgb(8,185,197); }
H1.HeaderClassName
{
color: #08B9C5;
}
.AnyTagClassName
{
color: #08B9C5;
}
</style>
background-color css
<style>
a { background-color: #08B9C5; }
a { background-color: rgb(8,185,197); }
div.DivClassName
{
background-color: #08B9C5;
}
.BgClassName
{
background-color: #08B9C5;
}
</style>
border-color css
<style>
span { border-color: #08B9C5; }
span { border-color: rgb(8,185,197); }
td.TdClassName
{
border-color: #08B9C5;
}
.TagClassName
{
border-color: #08B9C5;
}
</style>