Shades of Iris Blue #09B2BD
Tints of Iris Blue #09B2BD
RGB
CMYK
RGB Variations
Color information
#09B2BD (or 0x09B2BD) is known color: Iris Blue. HEX triplet: 09, B2 and BD. RGB value is (9,178,189). Sum of RGB (Red+Green+Blue) = 9+178+189=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #09B2BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2BD is #F64D42. Grayscale: #808080. Windows color (decimal): -16141635 or 12431881. OLE color: 12431881.
HSL color Cylindrical-coordinate representation of color #09B2BD: hue angle of 183.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B2BD is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 178 | 189 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.26 |
| HSL | 183.67º | 0.91% | 0.39% | - |
| HSV(B) | 183.67º | 0.95% | 0.74% | - |
| XYZ | 25.22 | 35.57 | 53.68 | - |
| YUV | 128.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 189 | 0.95 | 0.06 | 0 | 0.26 | 183.67 | 0.91 | 0.39 |
| Hex | 9 | B2 | BD | 5F | 6 | 0 | 1A | B8 | 5B | 27 |
| Octal | 11 | 262 | 275 | 137 | 6 | 0 | 32 | 270 | 133 | 47 |
| Binary | 1001 | 10110010 | 10111101 | 1011111 | 110 | 0 | 11010 | 10111000 | 1011011 | 100111 |
Color Harmonies of #09B2BD
Complementary color
Monochromatic Colors of #09B2BD
Black with #09B2BD
Text Example
Text Example
White with #09B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2BD; }
p { color: rgb(9,178,189); }
H1.HeaderClassName
{
color: #09B2BD;
}
.AnyTagClassName
{
color: #09B2BD;
}
</style>
background-color css
<style>
a { background-color: #09B2BD; }
a { background-color: rgb(9,178,189); }
div.DivClassName
{
background-color: #09B2BD;
}
.BgClassName
{
background-color: #09B2BD;
}
</style>
border-color css
<style>
span { border-color: #09B2BD; }
span { border-color: rgb(9,178,189); }
td.TdClassName
{
border-color: #09B2BD;
}
.TagClassName
{
border-color: #09B2BD;
}
</style>