Shades of Iris Blue #09B8D6
Tints of Iris Blue #09B8D6
RGB
CMYK
RGB Variations
Color information
#09B8D6 (or 0x09B8D6) is known color: Iris Blue. HEX triplet: 09, B8 and D6. RGB value is (9,184,214). Sum of RGB (Red+Green+Blue) = 9+184+214=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #09B8D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8D6 is #F64729. Grayscale: #868686. Windows color (decimal): -16140074 or 14071817. OLE color: 14071817.
HSL color Cylindrical-coordinate representation of color #09B8D6: hue angle of 188.78º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B8D6 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 184 | 214 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.16 |
| HSL | 188.78º | 0.92% | 0.44% | - |
| HSV(B) | 188.78º | 0.96% | 0.84% | - |
| XYZ | 29.39 | 39.19 | 69.63 | - |
| YUV | 135.1 | 172.52 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 214 | 0.96 | 0.14 | 0 | 0.16 | 188.78 | 0.92 | 0.44 |
| Hex | 9 | B8 | D6 | 60 | E | 0 | 10 | BD | 5C | 2C |
| Octal | 11 | 270 | 326 | 140 | 16 | 0 | 20 | 275 | 134 | 54 |
| Binary | 1001 | 10111000 | 11010110 | 1100000 | 1110 | 0 | 10000 | 10111101 | 1011100 | 101100 |
Color Harmonies of #09B8D6
Complementary color
Monochromatic Colors of #09B8D6
Black with #09B8D6
Text Example
Text Example
White with #09B8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B8D6; }
p { color: rgb(9,184,214); }
H1.HeaderClassName
{
color: #09B8D6;
}
.AnyTagClassName
{
color: #09B8D6;
}
</style>
background-color css
<style>
a { background-color: #09B8D6; }
a { background-color: rgb(9,184,214); }
div.DivClassName
{
background-color: #09B8D6;
}
.BgClassName
{
background-color: #09B8D6;
}
</style>
border-color css
<style>
span { border-color: #09B8D6; }
span { border-color: rgb(9,184,214); }
td.TdClassName
{
border-color: #09B8D6;
}
.TagClassName
{
border-color: #09B8D6;
}
</style>