Shades of Iris Blue #09BCCF
Tints of Iris Blue #09BCCF
RGB
CMYK
RGB Variations
Color information
#09BCCF (or 0x09BCCF) is known color: Iris Blue. HEX triplet: 09, BC and CF. RGB value is (9,188,207). Sum of RGB (Red+Green+Blue) = 9+188+207=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #09BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCCF is #F64330. Grayscale: #888888. Windows color (decimal): -16139057 or 13614089. OLE color: 13614089.
HSL color Cylindrical-coordinate representation of color #09BCCF: hue angle of 185.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCCF is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 188 | 207 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.19 |
| HSL | 185.76º | 0.92% | 0.42% | - |
| HSV(B) | 185.76º | 0.96% | 0.81% | - |
| XYZ | 29.36 | 40.53 | 65.31 | - |
| YUV | 136.65 | 167.7 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 207 | 0.96 | 0.09 | 0 | 0.19 | 185.76 | 0.92 | 0.42 |
| Hex | 9 | BC | CF | 60 | 9 | 0 | 13 | BA | 5C | 2A |
| Octal | 11 | 274 | 317 | 140 | 11 | 0 | 23 | 272 | 134 | 52 |
| Binary | 1001 | 10111100 | 11001111 | 1100000 | 1001 | 0 | 10011 | 10111010 | 1011100 | 101010 |
Color Harmonies of #09BCCF
Complementary color
Monochromatic Colors of #09BCCF
Black with #09BCCF
Text Example
Text Example
White with #09BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCCF; }
p { color: rgb(9,188,207); }
H1.HeaderClassName
{
color: #09BCCF;
}
.AnyTagClassName
{
color: #09BCCF;
}
</style>
background-color css
<style>
a { background-color: #09BCCF; }
a { background-color: rgb(9,188,207); }
div.DivClassName
{
background-color: #09BCCF;
}
.BgClassName
{
background-color: #09BCCF;
}
</style>
border-color css
<style>
span { border-color: #09BCCF; }
span { border-color: rgb(9,188,207); }
td.TdClassName
{
border-color: #09BCCF;
}
.TagClassName
{
border-color: #09BCCF;
}
</style>