Shades of Iris Blue #09BCDA
Tints of Iris Blue #09BCDA
RGB
CMYK
RGB Variations
Color information
#09BCDA (or 0x09BCDA) is known color: Iris Blue. HEX triplet: 09, BC and DA. RGB value is (9,188,218). Sum of RGB (Red+Green+Blue) = 9+188+218=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #09BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCDA is #F64325. Grayscale: #898989. Windows color (decimal): -16139046 or 14334985. OLE color: 14334985.
HSL color Cylindrical-coordinate representation of color #09BCDA: hue angle of 188.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCDA is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 188 | 218 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.15 |
| HSL | 188.61º | 0.92% | 0.45% | - |
| HSV(B) | 188.61º | 0.96% | 0.85% | - |
| XYZ | 30.75 | 41.09 | 72.64 | - |
| YUV | 137.9 | 173.2 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 218 | 0.96 | 0.14 | 0 | 0.15 | 188.61 | 0.92 | 0.45 |
| Hex | 9 | BC | DA | 60 | E | 0 | F | BD | 5C | 2D |
| Octal | 11 | 274 | 332 | 140 | 16 | 0 | 17 | 275 | 134 | 55 |
| Binary | 1001 | 10111100 | 11011010 | 1100000 | 1110 | 0 | 1111 | 10111101 | 1011100 | 101101 |
Color Harmonies of #09BCDA
Complementary color
Monochromatic Colors of #09BCDA
Black with #09BCDA
Text Example
Text Example
White with #09BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCDA; }
p { color: rgb(9,188,218); }
H1.HeaderClassName
{
color: #09BCDA;
}
.AnyTagClassName
{
color: #09BCDA;
}
</style>
background-color css
<style>
a { background-color: #09BCDA; }
a { background-color: rgb(9,188,218); }
div.DivClassName
{
background-color: #09BCDA;
}
.BgClassName
{
background-color: #09BCDA;
}
</style>
border-color css
<style>
span { border-color: #09BCDA; }
span { border-color: rgb(9,188,218); }
td.TdClassName
{
border-color: #09BCDA;
}
.TagClassName
{
border-color: #09BCDA;
}
</style>