Shades of Iris Blue #09BDC8
Tints of Iris Blue #09BDC8
RGB
CMYK
RGB Variations
Color information
#09BDC8 (or 0x09BDC8) is known color: Iris Blue. HEX triplet: 09, BD and C8. RGB value is (9,189,200). Sum of RGB (Red+Green+Blue) = 9+189+200=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #09BDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDC8 is #F64237. Grayscale: #888888. Windows color (decimal): -16138808 or 13155593. OLE color: 13155593.
HSL color Cylindrical-coordinate representation of color #09BDC8: hue angle of 183.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDC8 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 189 | 200 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.22 |
| HSL | 183.46º | 0.91% | 0.41% | - |
| HSV(B) | 183.46º | 0.96% | 0.78% | - |
| XYZ | 28.74 | 40.62 | 60.97 | - |
| YUV | 136.43 | 163.87 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 200 | 0.96 | 0.06 | 0 | 0.22 | 183.46 | 0.91 | 0.41 |
| Hex | 9 | BD | C8 | 60 | 6 | 0 | 16 | B7 | 5B | 29 |
| Octal | 11 | 275 | 310 | 140 | 6 | 0 | 26 | 267 | 133 | 51 |
| Binary | 1001 | 10111101 | 11001000 | 1100000 | 110 | 0 | 10110 | 10110111 | 1011011 | 101001 |
Color Harmonies of #09BDC8
Complementary color
Monochromatic Colors of #09BDC8
Black with #09BDC8
Text Example
Text Example
White with #09BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDC8; }
p { color: rgb(9,189,200); }
H1.HeaderClassName
{
color: #09BDC8;
}
.AnyTagClassName
{
color: #09BDC8;
}
</style>
background-color css
<style>
a { background-color: #09BDC8; }
a { background-color: rgb(9,189,200); }
div.DivClassName
{
background-color: #09BDC8;
}
.BgClassName
{
background-color: #09BDC8;
}
</style>
border-color css
<style>
span { border-color: #09BDC8; }
span { border-color: rgb(9,189,200); }
td.TdClassName
{
border-color: #09BDC8;
}
.TagClassName
{
border-color: #09BDC8;
}
</style>