Shades of Iris Blue #09BFCC
Tints of Iris Blue #09BFCC
RGB
CMYK
RGB Variations
Color information
#09BFCC (or 0x09BFCC) is known color: Iris Blue. HEX triplet: 09, BF and CC. RGB value is (9,191,204). Sum of RGB (Red+Green+Blue) = 9+191+204=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #09BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFCC is #F64033. Grayscale: #898989. Windows color (decimal): -16138292 or 13418249. OLE color: 13418249.
HSL color Cylindrical-coordinate representation of color #09BFCC: hue angle of 184º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFCC is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 191 | 204 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.2 |
| HSL | 184º | 0.92% | 0.42% | - |
| HSV(B) | 184º | 0.96% | 0.8% | - |
| XYZ | 29.64 | 41.68 | 63.61 | - |
| YUV | 138.06 | 165.2 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 204 | 0.96 | 0.06 | 0 | 0.2 | 184 | 0.92 | 0.42 |
| Hex | 9 | BF | CC | 60 | 6 | 0 | 14 | B8 | 5C | 2A |
| Octal | 11 | 277 | 314 | 140 | 6 | 0 | 24 | 270 | 134 | 52 |
| Binary | 1001 | 10111111 | 11001100 | 1100000 | 110 | 0 | 10100 | 10111000 | 1011100 | 101010 |
Color Harmonies of #09BFCC
Complementary color
Monochromatic Colors of #09BFCC
Black with #09BFCC
Text Example
Text Example
White with #09BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFCC; }
p { color: rgb(9,191,204); }
H1.HeaderClassName
{
color: #09BFCC;
}
.AnyTagClassName
{
color: #09BFCC;
}
</style>
background-color css
<style>
a { background-color: #09BFCC; }
a { background-color: rgb(9,191,204); }
div.DivClassName
{
background-color: #09BFCC;
}
.BgClassName
{
background-color: #09BFCC;
}
</style>
border-color css
<style>
span { border-color: #09BFCC; }
span { border-color: rgb(9,191,204); }
td.TdClassName
{
border-color: #09BFCC;
}
.TagClassName
{
border-color: #09BFCC;
}
</style>