Shades of Iris Blue #09B9CA
Tints of Iris Blue #09B9CA
RGB
CMYK
RGB Variations
Color information
#09B9CA (or 0x09B9CA) is known color: Iris Blue. HEX triplet: 09, B9 and CA. RGB value is (9,185,202). Sum of RGB (Red+Green+Blue) = 9+185+202=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #09B9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B9CA is #F64635. Grayscale: #868686. Windows color (decimal): -16139830 or 13285641. OLE color: 13285641.
HSL color Cylindrical-coordinate representation of color #09B9CA: hue angle of 185.28º 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 #09B9CA is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 185 | 202 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.21 |
| HSL | 185.29º | 0.91% | 0.41% | - |
| HSV(B) | 185.29º | 0.96% | 0.79% | - |
| XYZ | 28.12 | 39.02 | 61.93 | - |
| YUV | 134.31 | 166.19 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 202 | 0.96 | 0.08 | 0 | 0.21 | 185.29 | 0.91 | 0.41 |
| Hex | 9 | B9 | CA | 60 | 8 | 0 | 15 | B9 | 5B | 29 |
| Octal | 11 | 271 | 312 | 140 | 10 | 0 | 25 | 271 | 133 | 51 |
| Binary | 1001 | 10111001 | 11001010 | 1100000 | 1000 | 0 | 10101 | 10111001 | 1011011 | 101001 |
Color Harmonies of #09B9CA
Complementary color
Monochromatic Colors of #09B9CA
Black with #09B9CA
Text Example
Text Example
White with #09B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B9CA; }
p { color: rgb(9,185,202); }
H1.HeaderClassName
{
color: #09B9CA;
}
.AnyTagClassName
{
color: #09B9CA;
}
</style>
background-color css
<style>
a { background-color: #09B9CA; }
a { background-color: rgb(9,185,202); }
div.DivClassName
{
background-color: #09B9CA;
}
.BgClassName
{
background-color: #09B9CA;
}
</style>
border-color css
<style>
span { border-color: #09B9CA; }
span { border-color: rgb(9,185,202); }
td.TdClassName
{
border-color: #09B9CA;
}
.TagClassName
{
border-color: #09B9CA;
}
</style>