Shades of Iris Blue #09B5C3
Tints of Iris Blue #09B5C3
RGB
CMYK
RGB Variations
Color information
#09B5C3 (or 0x09B5C3) is known color: Iris Blue. HEX triplet: 09, B5 and C3. RGB value is (9,181,195). Sum of RGB (Red+Green+Blue) = 9+181+195=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #09B5C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5C3 is #F64A3C. Grayscale: #828282. Windows color (decimal): -16140861 or 12825865. OLE color: 12825865.
HSL color Cylindrical-coordinate representation of color #09B5C3: hue angle of 184.52º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B5C3 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 181 | 195 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.24 |
| HSL | 184.52º | 0.91% | 0.4% | - |
| HSV(B) | 184.52º | 0.95% | 0.76% | - |
| XYZ | 26.49 | 37.05 | 57.38 | - |
| YUV | 131.17 | 164.02 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 195 | 0.95 | 0.07 | 0 | 0.24 | 184.52 | 0.91 | 0.4 |
| Hex | 9 | B5 | C3 | 5F | 7 | 0 | 18 | B9 | 5B | 28 |
| Octal | 11 | 265 | 303 | 137 | 7 | 0 | 30 | 271 | 133 | 50 |
| Binary | 1001 | 10110101 | 11000011 | 1011111 | 111 | 0 | 11000 | 10111001 | 1011011 | 101000 |
Color Harmonies of #09B5C3
Complementary color
Monochromatic Colors of #09B5C3
Black with #09B5C3
Text Example
Text Example
White with #09B5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B5C3; }
p { color: rgb(9,181,195); }
H1.HeaderClassName
{
color: #09B5C3;
}
.AnyTagClassName
{
color: #09B5C3;
}
</style>
background-color css
<style>
a { background-color: #09B5C3; }
a { background-color: rgb(9,181,195); }
div.DivClassName
{
background-color: #09B5C3;
}
.BgClassName
{
background-color: #09B5C3;
}
</style>
border-color css
<style>
span { border-color: #09B5C3; }
span { border-color: rgb(9,181,195); }
td.TdClassName
{
border-color: #09B5C3;
}
.TagClassName
{
border-color: #09B5C3;
}
</style>