Shades of Iris Blue #09BCDF
Tints of Iris Blue #09BCDF
RGB
CMYK
RGB Variations
Color information
#09BCDF (or 0x09BCDF) is known color: Iris Blue. HEX triplet: 09, BC and DF. RGB value is (9,188,223). Sum of RGB (Red+Green+Blue) = 9+188+223=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #09BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCDF is #F64320. Grayscale: #8A8A8A. Windows color (decimal): -16139041 or 14662665. OLE color: 14662665.
HSL color Cylindrical-coordinate representation of color #09BCDF: hue angle of 189.81º 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 #09BCDF is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 188 | 223 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.13 |
| HSL | 189.81º | 0.92% | 0.45% | - |
| HSV(B) | 189.81º | 0.96% | 0.87% | - |
| XYZ | 31.42 | 41.35 | 76.14 | - |
| YUV | 138.47 | 175.7 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 223 | 0.96 | 0.16 | 0 | 0.13 | 189.81 | 0.92 | 0.45 |
| Hex | 9 | BC | DF | 60 | 10 | 0 | D | BE | 5C | 2D |
| Octal | 11 | 274 | 337 | 140 | 20 | 0 | 15 | 276 | 134 | 55 |
| Binary | 1001 | 10111100 | 11011111 | 1100000 | 10000 | 0 | 1101 | 10111110 | 1011100 | 101101 |
Color Harmonies of #09BCDF
Complementary color
Monochromatic Colors of #09BCDF
Black with #09BCDF
Text Example
Text Example
White with #09BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCDF; }
p { color: rgb(9,188,223); }
H1.HeaderClassName
{
color: #09BCDF;
}
.AnyTagClassName
{
color: #09BCDF;
}
</style>
background-color css
<style>
a { background-color: #09BCDF; }
a { background-color: rgb(9,188,223); }
div.DivClassName
{
background-color: #09BCDF;
}
.BgClassName
{
background-color: #09BCDF;
}
</style>
border-color css
<style>
span { border-color: #09BCDF; }
span { border-color: rgb(9,188,223); }
td.TdClassName
{
border-color: #09BCDF;
}
.TagClassName
{
border-color: #09BCDF;
}
</style>