Shades of Iris Blue #09BCD4
Tints of Iris Blue #09BCD4
RGB
CMYK
RGB Variations
Color information
#09BCD4 (or 0x09BCD4) is known color: Iris Blue. HEX triplet: 09, BC and D4. RGB value is (9,188,212). Sum of RGB (Red+Green+Blue) = 9+188+212=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #09BCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCD4 is #F6432B. Grayscale: #888888. Windows color (decimal): -16139052 or 13941769. OLE color: 13941769.
HSL color Cylindrical-coordinate representation of color #09BCD4: hue angle of 187.09º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCD4 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 188 | 212 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.17 |
| HSL | 187.09º | 0.92% | 0.43% | - |
| HSV(B) | 187.09º | 0.96% | 0.83% | - |
| XYZ | 29.98 | 40.78 | 68.58 | - |
| YUV | 137.22 | 170.2 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 212 | 0.96 | 0.11 | 0 | 0.17 | 187.09 | 0.92 | 0.43 |
| Hex | 9 | BC | D4 | 60 | B | 0 | 11 | BB | 5C | 2B |
| Octal | 11 | 274 | 324 | 140 | 13 | 0 | 21 | 273 | 134 | 53 |
| Binary | 1001 | 10111100 | 11010100 | 1100000 | 1011 | 0 | 10001 | 10111011 | 1011100 | 101011 |
Color Harmonies of #09BCD4
Complementary color
Monochromatic Colors of #09BCD4
Black with #09BCD4
Text Example
Text Example
White with #09BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCD4; }
p { color: rgb(9,188,212); }
H1.HeaderClassName
{
color: #09BCD4;
}
.AnyTagClassName
{
color: #09BCD4;
}
</style>
background-color css
<style>
a { background-color: #09BCD4; }
a { background-color: rgb(9,188,212); }
div.DivClassName
{
background-color: #09BCD4;
}
.BgClassName
{
background-color: #09BCD4;
}
</style>
border-color css
<style>
span { border-color: #09BCD4; }
span { border-color: rgb(9,188,212); }
td.TdClassName
{
border-color: #09BCD4;
}
.TagClassName
{
border-color: #09BCD4;
}
</style>