Shades of Iris Blue #09BCC2
Tints of Iris Blue #09BCC2
RGB
CMYK
RGB Variations
Color information
#09BCC2 (or 0x09BCC2) is known color: Iris Blue. HEX triplet: 09, BC and C2. RGB value is (9,188,194). Sum of RGB (Red+Green+Blue) = 9+188+194=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #09BCC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCC2 is #F6433D. Grayscale: #868686. Windows color (decimal): -16139070 or 12762121. OLE color: 12762121.
HSL color Cylindrical-coordinate representation of color #09BCC2: hue angle of 181.95º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BCC2 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 188 | 194 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.24 |
| HSL | 181.95º | 0.91% | 0.4% | - |
| HSV(B) | 181.95º | 0.95% | 0.76% | - |
| XYZ | 27.83 | 39.92 | 57.28 | - |
| YUV | 135.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 194 | 0.95 | 0.03 | 0 | 0.24 | 181.95 | 0.91 | 0.4 |
| Hex | 9 | BC | C2 | 5F | 3 | 0 | 18 | B6 | 5B | 28 |
| Octal | 11 | 274 | 302 | 137 | 3 | 0 | 30 | 266 | 133 | 50 |
| Binary | 1001 | 10111100 | 11000010 | 1011111 | 11 | 0 | 11000 | 10110110 | 1011011 | 101000 |
Color Harmonies of #09BCC2
Complementary color
Monochromatic Colors of #09BCC2
Black with #09BCC2
Text Example
Text Example
White with #09BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCC2; }
p { color: rgb(9,188,194); }
H1.HeaderClassName
{
color: #09BCC2;
}
.AnyTagClassName
{
color: #09BCC2;
}
</style>
background-color css
<style>
a { background-color: #09BCC2; }
a { background-color: rgb(9,188,194); }
div.DivClassName
{
background-color: #09BCC2;
}
.BgClassName
{
background-color: #09BCC2;
}
</style>
border-color css
<style>
span { border-color: #09BCC2; }
span { border-color: rgb(9,188,194); }
td.TdClassName
{
border-color: #09BCC2;
}
.TagClassName
{
border-color: #09BCC2;
}
</style>