Shades of Iris Blue #09B8DA
Tints of Iris Blue #09B8DA
RGB
CMYK
RGB Variations
Color information
#09B8DA (or 0x09B8DA) is known color: Iris Blue. HEX triplet: 09, B8 and DA. RGB value is (9,184,218). Sum of RGB (Red+Green+Blue) = 9+184+218=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #09B8DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8DA is #F64725. Grayscale: #878787. Windows color (decimal): -16140070 or 14333961. OLE color: 14333961.
HSL color Cylindrical-coordinate representation of color #09B8DA: hue angle of 189.76º 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 #09B8DA is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 184 | 218 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.15 |
| HSL | 189.76º | 0.92% | 0.45% | - |
| HSV(B) | 189.76º | 0.96% | 0.85% | - |
| XYZ | 29.91 | 39.4 | 72.36 | - |
| YUV | 135.55 | 174.52 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 218 | 0.96 | 0.16 | 0 | 0.15 | 189.76 | 0.92 | 0.45 |
| Hex | 9 | B8 | DA | 60 | 10 | 0 | F | BE | 5C | 2D |
| Octal | 11 | 270 | 332 | 140 | 20 | 0 | 17 | 276 | 134 | 55 |
| Binary | 1001 | 10111000 | 11011010 | 1100000 | 10000 | 0 | 1111 | 10111110 | 1011100 | 101101 |
Color Harmonies of #09B8DA
Complementary color
Monochromatic Colors of #09B8DA
Black with #09B8DA
Text Example
Text Example
White with #09B8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B8DA; }
p { color: rgb(9,184,218); }
H1.HeaderClassName
{
color: #09B8DA;
}
.AnyTagClassName
{
color: #09B8DA;
}
</style>
background-color css
<style>
a { background-color: #09B8DA; }
a { background-color: rgb(9,184,218); }
div.DivClassName
{
background-color: #09B8DA;
}
.BgClassName
{
background-color: #09B8DA;
}
</style>
border-color css
<style>
span { border-color: #09B8DA; }
span { border-color: rgb(9,184,218); }
td.TdClassName
{
border-color: #09B8DA;
}
.TagClassName
{
border-color: #09B8DA;
}
</style>