Shades of Iris Blue #09B5D8
Tints of Iris Blue #09B5D8
RGB
CMYK
RGB Variations
Color information
#09B5D8 (or 0x09B5D8) is known color: Iris Blue. HEX triplet: 09, B5 and D8. RGB value is (9,181,216). Sum of RGB (Red+Green+Blue) = 9+181+216=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #09B5D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5D8 is #F64A27. Grayscale: #858585. Windows color (decimal): -16140840 or 14202121. OLE color: 14202121.
HSL color Cylindrical-coordinate representation of color #09B5D8: hue angle of 190.14º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B5D8 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 181 | 216 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.15 |
| HSL | 190.14º | 0.92% | 0.44% | - |
| HSV(B) | 190.14º | 0.96% | 0.85% | - |
| XYZ | 29.03 | 38.06 | 70.78 | - |
| YUV | 133.56 | 174.52 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 216 | 0.96 | 0.16 | 0 | 0.15 | 190.14 | 0.92 | 0.44 |
| Hex | 9 | B5 | D8 | 60 | 10 | 0 | F | BE | 5C | 2C |
| Octal | 11 | 265 | 330 | 140 | 20 | 0 | 17 | 276 | 134 | 54 |
| Binary | 1001 | 10110101 | 11011000 | 1100000 | 10000 | 0 | 1111 | 10111110 | 1011100 | 101100 |
Color Harmonies of #09B5D8
Complementary color
Monochromatic Colors of #09B5D8
Black with #09B5D8
Text Example
Text Example
White with #09B5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B5D8; }
p { color: rgb(9,181,216); }
H1.HeaderClassName
{
color: #09B5D8;
}
.AnyTagClassName
{
color: #09B5D8;
}
</style>
background-color css
<style>
a { background-color: #09B5D8; }
a { background-color: rgb(9,181,216); }
div.DivClassName
{
background-color: #09B5D8;
}
.BgClassName
{
background-color: #09B5D8;
}
</style>
border-color css
<style>
span { border-color: #09B5D8; }
span { border-color: rgb(9,181,216); }
td.TdClassName
{
border-color: #09B5D8;
}
.TagClassName
{
border-color: #09B5D8;
}
</style>