Shades of Iris Blue #09B2DD
Tints of Iris Blue #09B2DD
RGB
CMYK
RGB Variations
Color information
#09B2DD (or 0x09B2DD) is known color: Iris Blue. HEX triplet: 09, B2 and DD. RGB value is (9,178,221). Sum of RGB (Red+Green+Blue) = 9+178+221=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #09B2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2DD is #F64D22. Grayscale: #848484. Windows color (decimal): -16141603 or 14529033. OLE color: 14529033.
HSL color Cylindrical-coordinate representation of color #09B2DD: hue angle of 192.17º 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 #09B2DD is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 178 | 221 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.13 |
| HSL | 192.17º | 0.92% | 0.45% | - |
| HSV(B) | 192.17º | 0.96% | 0.87% | - |
| XYZ | 29.08 | 37.12 | 74.04 | - |
| YUV | 132.37 | 178.01 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 221 | 0.96 | 0.19 | 0 | 0.13 | 192.17 | 0.92 | 0.45 |
| Hex | 9 | B2 | DD | 60 | 13 | 0 | D | C0 | 5C | 2D |
| Octal | 11 | 262 | 335 | 140 | 23 | 0 | 15 | 300 | 134 | 55 |
| Binary | 1001 | 10110010 | 11011101 | 1100000 | 10011 | 0 | 1101 | 11000000 | 1011100 | 101101 |
Color Harmonies of #09B2DD
Complementary color
Monochromatic Colors of #09B2DD
Black with #09B2DD
Text Example
Text Example
White with #09B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2DD; }
p { color: rgb(9,178,221); }
H1.HeaderClassName
{
color: #09B2DD;
}
.AnyTagClassName
{
color: #09B2DD;
}
</style>
background-color css
<style>
a { background-color: #09B2DD; }
a { background-color: rgb(9,178,221); }
div.DivClassName
{
background-color: #09B2DD;
}
.BgClassName
{
background-color: #09B2DD;
}
</style>
border-color css
<style>
span { border-color: #09B2DD; }
span { border-color: rgb(9,178,221); }
td.TdClassName
{
border-color: #09B2DD;
}
.TagClassName
{
border-color: #09B2DD;
}
</style>