Shades of Iris Blue #09C0C8
Tints of Iris Blue #09C0C8
RGB
CMYK
RGB Variations
Color information
#09C0C8 (or 0x09C0C8) is known color: Iris Blue. HEX triplet: 09, C0 and C8. RGB value is (9,192,200). Sum of RGB (Red+Green+Blue) = 9+192+200=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #09C0C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0C8 is #F63F37. Grayscale: #898989. Windows color (decimal): -16138040 or 13156361. OLE color: 13156361.
HSL color Cylindrical-coordinate representation of color #09C0C8: hue angle of 182.51º 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 #09C0C8 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 192 | 200 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.22 |
| HSL | 182.51º | 0.91% | 0.41% | - |
| HSV(B) | 182.51º | 0.96% | 0.78% | - |
| XYZ | 29.39 | 41.93 | 61.19 | - |
| YUV | 138.2 | 162.87 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 200 | 0.96 | 0.04 | 0 | 0.22 | 182.51 | 0.91 | 0.41 |
| Hex | 9 | C0 | C8 | 60 | 4 | 0 | 16 | B7 | 5B | 29 |
| Octal | 11 | 300 | 310 | 140 | 4 | 0 | 26 | 267 | 133 | 51 |
| Binary | 1001 | 11000000 | 11001000 | 1100000 | 100 | 0 | 10110 | 10110111 | 1011011 | 101001 |
Color Harmonies of #09C0C8
Complementary color
Monochromatic Colors of #09C0C8
Black with #09C0C8
Text Example
Text Example
White with #09C0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C0C8; }
p { color: rgb(9,192,200); }
H1.HeaderClassName
{
color: #09C0C8;
}
.AnyTagClassName
{
color: #09C0C8;
}
</style>
background-color css
<style>
a { background-color: #09C0C8; }
a { background-color: rgb(9,192,200); }
div.DivClassName
{
background-color: #09C0C8;
}
.BgClassName
{
background-color: #09C0C8;
}
</style>
border-color css
<style>
span { border-color: #09C0C8; }
span { border-color: rgb(9,192,200); }
td.TdClassName
{
border-color: #09C0C8;
}
.TagClassName
{
border-color: #09C0C8;
}
</style>