Shades of Iris Blue #09B5CC
Tints of Iris Blue #09B5CC
RGB
CMYK
RGB Variations
Color information
#09B5CC (or 0x09B5CC) is known color: Iris Blue. HEX triplet: 09, B5 and CC. RGB value is (9,181,204). Sum of RGB (Red+Green+Blue) = 9+181+204=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #09B5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5CC is #F64A33. Grayscale: #838383. Windows color (decimal): -16140852 or 13415689. OLE color: 13415689.
HSL color Cylindrical-coordinate representation of color #09B5CC: hue angle of 187.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B5CC is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 181 | 204 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.2 |
| HSL | 187.08º | 0.92% | 0.42% | - |
| HSV(B) | 187.08º | 0.96% | 0.8% | - |
| XYZ | 27.54 | 37.47 | 62.91 | - |
| YUV | 132.19 | 168.52 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 204 | 0.96 | 0.11 | 0 | 0.2 | 187.08 | 0.92 | 0.42 |
| Hex | 9 | B5 | CC | 60 | B | 0 | 14 | BB | 5C | 2A |
| Octal | 11 | 265 | 314 | 140 | 13 | 0 | 24 | 273 | 134 | 52 |
| Binary | 1001 | 10110101 | 11001100 | 1100000 | 1011 | 0 | 10100 | 10111011 | 1011100 | 101010 |
Color Harmonies of #09B5CC
Complementary color
Monochromatic Colors of #09B5CC
Black with #09B5CC
Text Example
Text Example
White with #09B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B5CC; }
p { color: rgb(9,181,204); }
H1.HeaderClassName
{
color: #09B5CC;
}
.AnyTagClassName
{
color: #09B5CC;
}
</style>
background-color css
<style>
a { background-color: #09B5CC; }
a { background-color: rgb(9,181,204); }
div.DivClassName
{
background-color: #09B5CC;
}
.BgClassName
{
background-color: #09B5CC;
}
</style>
border-color css
<style>
span { border-color: #09B5CC; }
span { border-color: rgb(9,181,204); }
td.TdClassName
{
border-color: #09B5CC;
}
.TagClassName
{
border-color: #09B5CC;
}
</style>