Shades of Iris Blue #09BDDF
Tints of Iris Blue #09BDDF
RGB
CMYK
RGB Variations
Color information
#09BDDF (or 0x09BDDF) is known color: Iris Blue. HEX triplet: 09, BD and DF. RGB value is (9,189,223). Sum of RGB (Red+Green+Blue) = 9+189+223=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #09BDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDDF is #F64220. Grayscale: #8A8A8A. Windows color (decimal): -16138785 or 14662921. OLE color: 14662921.
HSL color Cylindrical-coordinate representation of color #09BDDF: hue angle of 189.53º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDDF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 189 | 223 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.13 |
| HSL | 189.53º | 0.92% | 0.45% | - |
| HSV(B) | 189.53º | 0.96% | 0.87% | - |
| XYZ | 31.63 | 41.78 | 76.21 | - |
| YUV | 139.06 | 175.37 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 223 | 0.96 | 0.15 | 0 | 0.13 | 189.53 | 0.92 | 0.45 |
| Hex | 9 | BD | DF | 60 | F | 0 | D | BE | 5C | 2D |
| Octal | 11 | 275 | 337 | 140 | 17 | 0 | 15 | 276 | 134 | 55 |
| Binary | 1001 | 10111101 | 11011111 | 1100000 | 1111 | 0 | 1101 | 10111110 | 1011100 | 101101 |
Color Harmonies of #09BDDF
Complementary color
Monochromatic Colors of #09BDDF
Black with #09BDDF
Text Example
Text Example
White with #09BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDDF; }
p { color: rgb(9,189,223); }
H1.HeaderClassName
{
color: #09BDDF;
}
.AnyTagClassName
{
color: #09BDDF;
}
</style>
background-color css
<style>
a { background-color: #09BDDF; }
a { background-color: rgb(9,189,223); }
div.DivClassName
{
background-color: #09BDDF;
}
.BgClassName
{
background-color: #09BDDF;
}
</style>
border-color css
<style>
span { border-color: #09BDDF; }
span { border-color: rgb(9,189,223); }
td.TdClassName
{
border-color: #09BDDF;
}
.TagClassName
{
border-color: #09BDDF;
}
</style>