Shades of Iris Blue #09BDC4
Tints of Iris Blue #09BDC4
RGB
CMYK
RGB Variations
Color information
#09BDC4 (or 0x09BDC4) is known color: Iris Blue. HEX triplet: 09, BD and C4. RGB value is (9,189,196). Sum of RGB (Red+Green+Blue) = 9+189+196=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #09BDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDC4 is #F6423B. Grayscale: #878787. Windows color (decimal): -16138812 or 12893449. OLE color: 12893449.
HSL color Cylindrical-coordinate representation of color #09BDC4: hue angle of 182.25º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDC4 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 189 | 196 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.23 |
| HSL | 182.25º | 0.91% | 0.4% | - |
| HSV(B) | 182.25º | 0.95% | 0.77% | - |
| XYZ | 28.27 | 40.44 | 58.54 | - |
| YUV | 135.98 | 161.87 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 196 | 0.95 | 0.04 | 0 | 0.23 | 182.25 | 0.91 | 0.4 |
| Hex | 9 | BD | C4 | 5F | 4 | 0 | 17 | B6 | 5B | 28 |
| Octal | 11 | 275 | 304 | 137 | 4 | 0 | 27 | 266 | 133 | 50 |
| Binary | 1001 | 10111101 | 11000100 | 1011111 | 100 | 0 | 10111 | 10110110 | 1011011 | 101000 |
Color Harmonies of #09BDC4
Complementary color
Monochromatic Colors of #09BDC4
Black with #09BDC4
Text Example
Text Example
White with #09BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDC4; }
p { color: rgb(9,189,196); }
H1.HeaderClassName
{
color: #09BDC4;
}
.AnyTagClassName
{
color: #09BDC4;
}
</style>
background-color css
<style>
a { background-color: #09BDC4; }
a { background-color: rgb(9,189,196); }
div.DivClassName
{
background-color: #09BDC4;
}
.BgClassName
{
background-color: #09BDC4;
}
</style>
border-color css
<style>
span { border-color: #09BDC4; }
span { border-color: rgb(9,189,196); }
td.TdClassName
{
border-color: #09BDC4;
}
.TagClassName
{
border-color: #09BDC4;
}
</style>