Shades of Iris Blue #09BBC2
Tints of Iris Blue #09BBC2
RGB
CMYK
RGB Variations
Color information
#09BBC2 (or 0x09BBC2) is known color: Iris Blue. HEX triplet: 09, BB and C2. RGB value is (9,187,194). Sum of RGB (Red+Green+Blue) = 9+187+194=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #09BBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBC2 is #F6443D. Grayscale: #868686. Windows color (decimal): -16139326 or 12761865. OLE color: 12761865.
HSL color Cylindrical-coordinate representation of color #09BBC2: hue angle of 182.27º 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 #09BBC2 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 187 | 194 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.24 |
| HSL | 182.27º | 0.91% | 0.4% | - |
| HSV(B) | 182.27º | 0.95% | 0.76% | - |
| XYZ | 27.62 | 39.49 | 57.21 | - |
| YUV | 134.58 | 161.53 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 194 | 0.95 | 0.04 | 0 | 0.24 | 182.27 | 0.91 | 0.4 |
| Hex | 9 | BB | C2 | 5F | 4 | 0 | 18 | B6 | 5B | 28 |
| Octal | 11 | 273 | 302 | 137 | 4 | 0 | 30 | 266 | 133 | 50 |
| Binary | 1001 | 10111011 | 11000010 | 1011111 | 100 | 0 | 11000 | 10110110 | 1011011 | 101000 |
Color Harmonies of #09BBC2
Complementary color
Monochromatic Colors of #09BBC2
Black with #09BBC2
Text Example
Text Example
White with #09BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBC2; }
p { color: rgb(9,187,194); }
H1.HeaderClassName
{
color: #09BBC2;
}
.AnyTagClassName
{
color: #09BBC2;
}
</style>
background-color css
<style>
a { background-color: #09BBC2; }
a { background-color: rgb(9,187,194); }
div.DivClassName
{
background-color: #09BBC2;
}
.BgClassName
{
background-color: #09BBC2;
}
</style>
border-color css
<style>
span { border-color: #09BBC2; }
span { border-color: rgb(9,187,194); }
td.TdClassName
{
border-color: #09BBC2;
}
.TagClassName
{
border-color: #09BBC2;
}
</style>