Shades of Iris Blue #09A8C1
Tints of Iris Blue #09A8C1
RGB
CMYK
RGB Variations
Color information
#09A8C1 (or 0x09A8C1) is known color: Iris Blue. HEX triplet: 09, A8 and C1. RGB value is (9,168,193). Sum of RGB (Red+Green+Blue) = 9+168+193=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #09A8C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8C1 is #F6573E. Grayscale: #7B7B7B. Windows color (decimal): -16144191 or 12691465. OLE color: 12691465.
HSL color Cylindrical-coordinate representation of color #09A8C1: hue angle of 188.15º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A8C1 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 168 | 193 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.24 |
| HSL | 188.15º | 0.91% | 0.4% | - |
| HSV(B) | 188.15º | 0.95% | 0.76% | - |
| XYZ | 23.74 | 31.91 | 55.36 | - |
| YUV | 123.31 | 167.32 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 193 | 0.95 | 0.13 | 0 | 0.24 | 188.15 | 0.91 | 0.4 |
| Hex | 9 | A8 | C1 | 5F | D | 0 | 18 | BC | 5B | 28 |
| Octal | 11 | 250 | 301 | 137 | 15 | 0 | 30 | 274 | 133 | 50 |
| Binary | 1001 | 10101000 | 11000001 | 1011111 | 1101 | 0 | 11000 | 10111100 | 1011011 | 101000 |
Color Harmonies of #09A8C1
Complementary color
Monochromatic Colors of #09A8C1
Black with #09A8C1
Text Example
Text Example
White with #09A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8C1; }
p { color: rgb(9,168,193); }
H1.HeaderClassName
{
color: #09A8C1;
}
.AnyTagClassName
{
color: #09A8C1;
}
</style>
background-color css
<style>
a { background-color: #09A8C1; }
a { background-color: rgb(9,168,193); }
div.DivClassName
{
background-color: #09A8C1;
}
.BgClassName
{
background-color: #09A8C1;
}
</style>
border-color css
<style>
span { border-color: #09A8C1; }
span { border-color: rgb(9,168,193); }
td.TdClassName
{
border-color: #09A8C1;
}
.TagClassName
{
border-color: #09A8C1;
}
</style>