Shades of Iris Blue #09BEDA
Tints of Iris Blue #09BEDA
RGB
CMYK
RGB Variations
Color information
#09BEDA (or 0x09BEDA) is known color: Iris Blue. HEX triplet: 09, BE and DA. RGB value is (9,190,218). Sum of RGB (Red+Green+Blue) = 9+190+218=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #09BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEDA is #F64125. Grayscale: #8A8A8A. Windows color (decimal): -16138534 or 14335497. OLE color: 14335497.
HSL color Cylindrical-coordinate representation of color #09BEDA: hue angle of 188.04º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BEDA is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 190 | 218 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.15 |
| HSL | 188.04º | 0.92% | 0.45% | - |
| HSV(B) | 188.04º | 0.96% | 0.85% | - |
| XYZ | 31.18 | 41.95 | 72.78 | - |
| YUV | 139.07 | 172.53 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 218 | 0.96 | 0.13 | 0 | 0.15 | 188.04 | 0.92 | 0.45 |
| Hex | 9 | BE | DA | 60 | D | 0 | F | BC | 5C | 2D |
| Octal | 11 | 276 | 332 | 140 | 15 | 0 | 17 | 274 | 134 | 55 |
| Binary | 1001 | 10111110 | 11011010 | 1100000 | 1101 | 0 | 1111 | 10111100 | 1011100 | 101101 |
Color Harmonies of #09BEDA
Complementary color
Monochromatic Colors of #09BEDA
Black with #09BEDA
Text Example
Text Example
White with #09BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEDA; }
p { color: rgb(9,190,218); }
H1.HeaderClassName
{
color: #09BEDA;
}
.AnyTagClassName
{
color: #09BEDA;
}
</style>
background-color css
<style>
a { background-color: #09BEDA; }
a { background-color: rgb(9,190,218); }
div.DivClassName
{
background-color: #09BEDA;
}
.BgClassName
{
background-color: #09BEDA;
}
</style>
border-color css
<style>
span { border-color: #09BEDA; }
span { border-color: rgb(9,190,218); }
td.TdClassName
{
border-color: #09BEDA;
}
.TagClassName
{
border-color: #09BEDA;
}
</style>