Shades of Iris Blue #0BB9DA
Tints of Iris Blue #0BB9DA
RGB
CMYK
RGB Variations
Color information
#0BB9DA (or 0x0BB9DA) is known color: Iris Blue. HEX triplet: 0B, B9 and DA. RGB value is (11,185,218). Sum of RGB (Red+Green+Blue) = 11+185+218=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BB9DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB9DA is #F44625. Grayscale: #888888. Windows color (decimal): -16008742 or 14334219. OLE color: 14334219.
HSL color Cylindrical-coordinate representation of color #0BB9DA: hue angle of 189.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB9DA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 185 | 218 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.15 |
| HSL | 189.57º | 0.9% | 0.45% | - |
| HSV(B) | 189.57º | 0.95% | 0.85% | - |
| XYZ | 30.14 | 39.83 | 72.43 | - |
| YUV | 136.74 | 173.85 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 218 | 0.95 | 0.15 | 0 | 0.15 | 189.57 | 0.9 | 0.45 |
| Hex | B | B9 | DA | 5F | F | 0 | F | BE | 5A | 2D |
| Octal | 13 | 271 | 332 | 137 | 17 | 0 | 17 | 276 | 132 | 55 |
| Binary | 1011 | 10111001 | 11011010 | 1011111 | 1111 | 0 | 1111 | 10111110 | 1011010 | 101101 |
Color Harmonies of #0BB9DA
Complementary color
Monochromatic Colors of #0BB9DA
Black with #0BB9DA
Text Example
Text Example
White with #0BB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB9DA; }
p { color: rgb(11,185,218); }
H1.HeaderClassName
{
color: #0BB9DA;
}
.AnyTagClassName
{
color: #0BB9DA;
}
</style>
background-color css
<style>
a { background-color: #0BB9DA; }
a { background-color: rgb(11,185,218); }
div.DivClassName
{
background-color: #0BB9DA;
}
.BgClassName
{
background-color: #0BB9DA;
}
</style>
border-color css
<style>
span { border-color: #0BB9DA; }
span { border-color: rgb(11,185,218); }
td.TdClassName
{
border-color: #0BB9DA;
}
.TagClassName
{
border-color: #0BB9DA;
}
</style>