Shades of Iris Blue #09A8CA
Tints of Iris Blue #09A8CA
RGB
CMYK
RGB Variations
Color information
#09A8CA (or 0x09A8CA) is known color: Iris Blue. HEX triplet: 09, A8 and CA. RGB value is (9,168,202). Sum of RGB (Red+Green+Blue) = 9+168+202=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #09A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8CA is #F65735. Grayscale: #7C7C7C. Windows color (decimal): -16144182 or 13281289. OLE color: 13281289.
HSL color Cylindrical-coordinate representation of color #09A8CA: hue angle of 190.57º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A8CA is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 168 | 202 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.21 |
| HSL | 190.57º | 0.91% | 0.41% | - |
| HSV(B) | 190.57º | 0.96% | 0.79% | - |
| XYZ | 24.78 | 32.33 | 60.81 | - |
| YUV | 124.34 | 171.82 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 202 | 0.96 | 0.17 | 0 | 0.21 | 190.57 | 0.91 | 0.41 |
| Hex | 9 | A8 | CA | 60 | 11 | 0 | 15 | BF | 5B | 29 |
| Octal | 11 | 250 | 312 | 140 | 21 | 0 | 25 | 277 | 133 | 51 |
| Binary | 1001 | 10101000 | 11001010 | 1100000 | 10001 | 0 | 10101 | 10111111 | 1011011 | 101001 |
Color Harmonies of #09A8CA
Complementary color
Monochromatic Colors of #09A8CA
Black with #09A8CA
Text Example
Text Example
White with #09A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8CA; }
p { color: rgb(9,168,202); }
H1.HeaderClassName
{
color: #09A8CA;
}
.AnyTagClassName
{
color: #09A8CA;
}
</style>
background-color css
<style>
a { background-color: #09A8CA; }
a { background-color: rgb(9,168,202); }
div.DivClassName
{
background-color: #09A8CA;
}
.BgClassName
{
background-color: #09A8CA;
}
</style>
border-color css
<style>
span { border-color: #09A8CA; }
span { border-color: rgb(9,168,202); }
td.TdClassName
{
border-color: #09A8CA;
}
.TagClassName
{
border-color: #09A8CA;
}
</style>