Shades of Iris Blue #09BBC4
Tints of Iris Blue #09BBC4
RGB
CMYK
RGB Variations
Color information
#09BBC4 (or 0x09BBC4) is known color: Iris Blue. HEX triplet: 09, BB and C4. RGB value is (9,187,196). Sum of RGB (Red+Green+Blue) = 9+187+196=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #09BBC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBC4 is #F6443B. Grayscale: #868686. Windows color (decimal): -16139324 or 12892937. OLE color: 12892937.
HSL color Cylindrical-coordinate representation of color #09BBC4: hue angle of 182.89º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BBC4 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 187 | 196 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.23 |
| HSL | 182.89º | 0.91% | 0.4% | - |
| HSV(B) | 182.89º | 0.95% | 0.77% | - |
| XYZ | 27.85 | 39.58 | 58.4 | - |
| YUV | 134.8 | 162.53 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 196 | 0.95 | 0.05 | 0 | 0.23 | 182.89 | 0.91 | 0.4 |
| Hex | 9 | BB | C4 | 5F | 5 | 0 | 17 | B7 | 5B | 28 |
| Octal | 11 | 273 | 304 | 137 | 5 | 0 | 27 | 267 | 133 | 50 |
| Binary | 1001 | 10111011 | 11000100 | 1011111 | 101 | 0 | 10111 | 10110111 | 1011011 | 101000 |
Color Harmonies of #09BBC4
Complementary color
Monochromatic Colors of #09BBC4
Black with #09BBC4
Text Example
Text Example
White with #09BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBC4; }
p { color: rgb(9,187,196); }
H1.HeaderClassName
{
color: #09BBC4;
}
.AnyTagClassName
{
color: #09BBC4;
}
</style>
background-color css
<style>
a { background-color: #09BBC4; }
a { background-color: rgb(9,187,196); }
div.DivClassName
{
background-color: #09BBC4;
}
.BgClassName
{
background-color: #09BBC4;
}
</style>
border-color css
<style>
span { border-color: #09BBC4; }
span { border-color: rgb(9,187,196); }
td.TdClassName
{
border-color: #09BBC4;
}
.TagClassName
{
border-color: #09BBC4;
}
</style>