Shades of Iris Blue #09BDB4
Tints of Iris Blue #09BDB4
RGB
CMYK
RGB Variations
Color information
#09BDB4 (or 0x09BDB4) is known color: Iris Blue. HEX triplet: 09, BD and B4. RGB value is (9,189,180). Sum of RGB (Red+Green+Blue) = 9+189+180=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDB4 is #F6424B. Grayscale: #868686. Windows color (decimal): -16138828 or 11844873. OLE color: 11844873.
HSL color Cylindrical-coordinate representation of color #09BDB4: hue angle of 177º 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 #09BDB4 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 180 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.26 |
| HSL | 177º | 0.91% | 0.39% | - |
| HSV(B) | 177º | 0.95% | 0.74% | - |
| XYZ | 26.55 | 39.75 | 49.45 | - |
| YUV | 134.15 | 153.87 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 180 | 0.95 | 0 | 0.05 | 0.26 | 177 | 0.91 | 0.39 |
| Hex | 9 | BD | B4 | 5F | 0 | 5 | 1A | B1 | 5B | 27 |
| Octal | 11 | 275 | 264 | 137 | 0 | 5 | 32 | 261 | 133 | 47 |
| Binary | 1001 | 10111101 | 10110100 | 1011111 | 0 | 101 | 11010 | 10110001 | 1011011 | 100111 |
Color Harmonies of #09BDB4
Complementary color
Monochromatic Colors of #09BDB4
Black with #09BDB4
Text Example
Text Example
White with #09BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDB4; }
p { color: rgb(9,189,180); }
H1.HeaderClassName
{
color: #09BDB4;
}
.AnyTagClassName
{
color: #09BDB4;
}
</style>
background-color css
<style>
a { background-color: #09BDB4; }
a { background-color: rgb(9,189,180); }
div.DivClassName
{
background-color: #09BDB4;
}
.BgClassName
{
background-color: #09BDB4;
}
</style>
border-color css
<style>
span { border-color: #09BDB4; }
span { border-color: rgb(9,189,180); }
td.TdClassName
{
border-color: #09BDB4;
}
.TagClassName
{
border-color: #09BDB4;
}
</style>