Shades of Iris Blue #09A8CF
Tints of Iris Blue #09A8CF
RGB
CMYK
RGB Variations
Color information
#09A8CF (or 0x09A8CF) is known color: Iris Blue. HEX triplet: 09, A8 and CF. RGB value is (9,168,207). Sum of RGB (Red+Green+Blue) = 9+168+207=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #09A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8CF is #F65730. Grayscale: #7C7C7C. Windows color (decimal): -16144177 or 13608969. OLE color: 13608969.
HSL color Cylindrical-coordinate representation of color #09A8CF: hue angle of 191.82º 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 #09A8CF is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 168 | 207 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.19 |
| HSL | 191.82º | 0.92% | 0.42% | - |
| HSV(B) | 191.82º | 0.96% | 0.81% | - |
| XYZ | 25.38 | 32.57 | 63.98 | - |
| YUV | 124.91 | 174.32 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 207 | 0.96 | 0.19 | 0 | 0.19 | 191.82 | 0.92 | 0.42 |
| Hex | 9 | A8 | CF | 60 | 13 | 0 | 13 | C0 | 5C | 2A |
| Octal | 11 | 250 | 317 | 140 | 23 | 0 | 23 | 300 | 134 | 52 |
| Binary | 1001 | 10101000 | 11001111 | 1100000 | 10011 | 0 | 10011 | 11000000 | 1011100 | 101010 |
Color Harmonies of #09A8CF
Complementary color
Monochromatic Colors of #09A8CF
Black with #09A8CF
Text Example
Text Example
White with #09A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8CF; }
p { color: rgb(9,168,207); }
H1.HeaderClassName
{
color: #09A8CF;
}
.AnyTagClassName
{
color: #09A8CF;
}
</style>
background-color css
<style>
a { background-color: #09A8CF; }
a { background-color: rgb(9,168,207); }
div.DivClassName
{
background-color: #09A8CF;
}
.BgClassName
{
background-color: #09A8CF;
}
</style>
border-color css
<style>
span { border-color: #09A8CF; }
span { border-color: rgb(9,168,207); }
td.TdClassName
{
border-color: #09A8CF;
}
.TagClassName
{
border-color: #09A8CF;
}
</style>