Shades of Iris Blue #09B4C0
Tints of Iris Blue #09B4C0
RGB
CMYK
RGB Variations
Color information
#09B4C0 (or 0x09B4C0) is known color: Iris Blue. HEX triplet: 09, B4 and C0. RGB value is (9,180,192). Sum of RGB (Red+Green+Blue) = 9+180+192=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #09B4C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B4C0 is #F64B3F. Grayscale: #828282. Windows color (decimal): -16141120 or 12629001. OLE color: 12629001.
HSL color Cylindrical-coordinate representation of color #09B4C0: hue angle of 183.93º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B4C0 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 180 | 192 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.25 |
| HSL | 183.93º | 0.91% | 0.39% | - |
| HSV(B) | 183.93º | 0.95% | 0.75% | - |
| XYZ | 25.95 | 36.51 | 55.55 | - |
| YUV | 130.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 192 | 0.95 | 0.06 | 0 | 0.25 | 183.93 | 0.91 | 0.39 |
| Hex | 9 | B4 | C0 | 5F | 6 | 0 | 19 | B8 | 5B | 27 |
| Octal | 11 | 264 | 300 | 137 | 6 | 0 | 31 | 270 | 133 | 47 |
| Binary | 1001 | 10110100 | 11000000 | 1011111 | 110 | 0 | 11001 | 10111000 | 1011011 | 100111 |
Color Harmonies of #09B4C0
Complementary color
Monochromatic Colors of #09B4C0
Black with #09B4C0
Text Example
Text Example
White with #09B4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B4C0; }
p { color: rgb(9,180,192); }
H1.HeaderClassName
{
color: #09B4C0;
}
.AnyTagClassName
{
color: #09B4C0;
}
</style>
background-color css
<style>
a { background-color: #09B4C0; }
a { background-color: rgb(9,180,192); }
div.DivClassName
{
background-color: #09B4C0;
}
.BgClassName
{
background-color: #09B4C0;
}
</style>
border-color css
<style>
span { border-color: #09B4C0; }
span { border-color: rgb(9,180,192); }
td.TdClassName
{
border-color: #09B4C0;
}
.TagClassName
{
border-color: #09B4C0;
}
</style>