Shades of Iris Blue #09B5CA
Tints of Iris Blue #09B5CA
RGB
CMYK
RGB Variations
Color information
#09B5CA (or 0x09B5CA) is known color: Iris Blue. HEX triplet: 09, B5 and CA. RGB value is (9,181,202). Sum of RGB (Red+Green+Blue) = 9+181+202=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #09B5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5CA is #F64A35. Grayscale: #838383. Windows color (decimal): -16140854 or 13284617. OLE color: 13284617.
HSL color Cylindrical-coordinate representation of color #09B5CA: hue angle of 186.53º 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 #09B5CA is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 181 | 202 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.21 |
| HSL | 186.53º | 0.91% | 0.41% | - |
| HSV(B) | 186.53º | 0.96% | 0.79% | - |
| XYZ | 27.3 | 37.37 | 61.65 | - |
| YUV | 131.97 | 167.52 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 202 | 0.96 | 0.10 | 0 | 0.21 | 186.53 | 0.91 | 0.41 |
| Hex | 9 | B5 | CA | 60 | A | 0 | 15 | BB | 5B | 29 |
| Octal | 11 | 265 | 312 | 140 | 12 | 0 | 25 | 273 | 133 | 51 |
| Binary | 1001 | 10110101 | 11001010 | 1100000 | 1010 | 0 | 10101 | 10111011 | 1011011 | 101001 |
Color Harmonies of #09B5CA
Complementary color
Monochromatic Colors of #09B5CA
Black with #09B5CA
Text Example
Text Example
White with #09B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B5CA; }
p { color: rgb(9,181,202); }
H1.HeaderClassName
{
color: #09B5CA;
}
.AnyTagClassName
{
color: #09B5CA;
}
</style>
background-color css
<style>
a { background-color: #09B5CA; }
a { background-color: rgb(9,181,202); }
div.DivClassName
{
background-color: #09B5CA;
}
.BgClassName
{
background-color: #09B5CA;
}
</style>
border-color css
<style>
span { border-color: #09B5CA; }
span { border-color: rgb(9,181,202); }
td.TdClassName
{
border-color: #09B5CA;
}
.TagClassName
{
border-color: #09B5CA;
}
</style>