Shades of Iris Blue #09BDDA
Tints of Iris Blue #09BDDA
RGB
CMYK
RGB Variations
Color information
#09BDDA (or 0x09BDDA) is known color: Iris Blue. HEX triplet: 09, BD and DA. RGB value is (9,189,218). Sum of RGB (Red+Green+Blue) = 9+189+218=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #09BDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDDA is #F64225. Grayscale: #8A8A8A. Windows color (decimal): -16138790 or 14335241. OLE color: 14335241.
HSL color Cylindrical-coordinate representation of color #09BDDA: hue angle of 188.33º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDDA is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 189 | 218 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.15 |
| HSL | 188.33º | 0.92% | 0.45% | - |
| HSV(B) | 188.33º | 0.96% | 0.85% | - |
| XYZ | 30.97 | 41.52 | 72.71 | - |
| YUV | 138.49 | 172.87 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 218 | 0.96 | 0.13 | 0 | 0.15 | 188.33 | 0.92 | 0.45 |
| Hex | 9 | BD | DA | 60 | D | 0 | F | BC | 5C | 2D |
| Octal | 11 | 275 | 332 | 140 | 15 | 0 | 17 | 274 | 134 | 55 |
| Binary | 1001 | 10111101 | 11011010 | 1100000 | 1101 | 0 | 1111 | 10111100 | 1011100 | 101101 |
Color Harmonies of #09BDDA
Complementary color
Monochromatic Colors of #09BDDA
Black with #09BDDA
Text Example
Text Example
White with #09BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDDA; }
p { color: rgb(9,189,218); }
H1.HeaderClassName
{
color: #09BDDA;
}
.AnyTagClassName
{
color: #09BDDA;
}
</style>
background-color css
<style>
a { background-color: #09BDDA; }
a { background-color: rgb(9,189,218); }
div.DivClassName
{
background-color: #09BDDA;
}
.BgClassName
{
background-color: #09BDDA;
}
</style>
border-color css
<style>
span { border-color: #09BDDA; }
span { border-color: rgb(9,189,218); }
td.TdClassName
{
border-color: #09BDDA;
}
.TagClassName
{
border-color: #09BDDA;
}
</style>