Shades of Iris Blue #09BCC7
Tints of Iris Blue #09BCC7
RGB
CMYK
RGB Variations
Color information
#09BCC7 (or 0x09BCC7) is known color: Iris Blue. HEX triplet: 09, BC and C7. RGB value is (9,188,199). Sum of RGB (Red+Green+Blue) = 9+188+199=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #09BCC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCC7 is #F64338. Grayscale: #878787. Windows color (decimal): -16139065 or 13089801. OLE color: 13089801.
HSL color Cylindrical-coordinate representation of color #09BCC7: hue angle of 183.47º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BCC7 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 188 | 199 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.22 |
| HSL | 183.47º | 0.91% | 0.41% | - |
| HSV(B) | 183.47º | 0.95% | 0.78% | - |
| XYZ | 28.4 | 40.15 | 60.29 | - |
| YUV | 135.73 | 163.7 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 199 | 0.95 | 0.06 | 0 | 0.22 | 183.47 | 0.91 | 0.41 |
| Hex | 9 | BC | C7 | 5F | 6 | 0 | 16 | B7 | 5B | 29 |
| Octal | 11 | 274 | 307 | 137 | 6 | 0 | 26 | 267 | 133 | 51 |
| Binary | 1001 | 10111100 | 11000111 | 1011111 | 110 | 0 | 10110 | 10110111 | 1011011 | 101001 |
Color Harmonies of #09BCC7
Complementary color
Monochromatic Colors of #09BCC7
Black with #09BCC7
Text Example
Text Example
White with #09BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCC7; }
p { color: rgb(9,188,199); }
H1.HeaderClassName
{
color: #09BCC7;
}
.AnyTagClassName
{
color: #09BCC7;
}
</style>
background-color css
<style>
a { background-color: #09BCC7; }
a { background-color: rgb(9,188,199); }
div.DivClassName
{
background-color: #09BCC7;
}
.BgClassName
{
background-color: #09BCC7;
}
</style>
border-color css
<style>
span { border-color: #09BCC7; }
span { border-color: rgb(9,188,199); }
td.TdClassName
{
border-color: #09BCC7;
}
.TagClassName
{
border-color: #09BCC7;
}
</style>