Shades of Iris Blue #09BEC8
Tints of Iris Blue #09BEC8
RGB
CMYK
RGB Variations
Color information
#09BEC8 (or 0x09BEC8) is known color: Iris Blue. HEX triplet: 09, BE and C8. RGB value is (9,190,200). Sum of RGB (Red+Green+Blue) = 9+190+200=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #09BEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEC8 is #F64137. Grayscale: #888888. Windows color (decimal): -16138552 or 13155849. OLE color: 13155849.
HSL color Cylindrical-coordinate representation of color #09BEC8: hue angle of 183.14º 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 #09BEC8 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 190 | 200 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.22 |
| HSL | 183.14º | 0.91% | 0.41% | - |
| HSV(B) | 183.14º | 0.96% | 0.78% | - |
| XYZ | 28.95 | 41.06 | 61.04 | - |
| YUV | 137.02 | 163.53 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 200 | 0.96 | 0.05 | 0 | 0.22 | 183.14 | 0.91 | 0.41 |
| Hex | 9 | BE | C8 | 60 | 5 | 0 | 16 | B7 | 5B | 29 |
| Octal | 11 | 276 | 310 | 140 | 5 | 0 | 26 | 267 | 133 | 51 |
| Binary | 1001 | 10111110 | 11001000 | 1100000 | 101 | 0 | 10110 | 10110111 | 1011011 | 101001 |
Color Harmonies of #09BEC8
Complementary color
Monochromatic Colors of #09BEC8
Black with #09BEC8
Text Example
Text Example
White with #09BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEC8; }
p { color: rgb(9,190,200); }
H1.HeaderClassName
{
color: #09BEC8;
}
.AnyTagClassName
{
color: #09BEC8;
}
</style>
background-color css
<style>
a { background-color: #09BEC8; }
a { background-color: rgb(9,190,200); }
div.DivClassName
{
background-color: #09BEC8;
}
.BgClassName
{
background-color: #09BEC8;
}
</style>
border-color css
<style>
span { border-color: #09BEC8; }
span { border-color: rgb(9,190,200); }
td.TdClassName
{
border-color: #09BEC8;
}
.TagClassName
{
border-color: #09BEC8;
}
</style>