Shades of Iris Blue #0BBDDA
Tints of Iris Blue #0BBDDA
RGB
CMYK
RGB Variations
Color information
#0BBDDA (or 0x0BBDDA) is known color: Iris Blue. HEX triplet: 0B, BD and DA. RGB value is (11,189,218). Sum of RGB (Red+Green+Blue) = 11+189+218=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BBDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDDA is #F44225. Grayscale: #8A8A8A. Windows color (decimal): -16007718 or 14335243. OLE color: 14335243.
HSL color Cylindrical-coordinate representation of color #0BBDDA: hue angle of 188.41º 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 #0BBDDA is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 189 | 218 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.15 |
| HSL | 188.41º | 0.9% | 0.45% | - |
| HSV(B) | 188.41º | 0.95% | 0.85% | - |
| XYZ | 30.99 | 41.53 | 72.71 | - |
| YUV | 139.08 | 172.53 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 218 | 0.95 | 0.13 | 0 | 0.15 | 188.41 | 0.9 | 0.45 |
| Hex | B | BD | DA | 5F | D | 0 | F | BC | 5A | 2D |
| Octal | 13 | 275 | 332 | 137 | 15 | 0 | 17 | 274 | 132 | 55 |
| Binary | 1011 | 10111101 | 11011010 | 1011111 | 1101 | 0 | 1111 | 10111100 | 1011010 | 101101 |
Color Harmonies of #0BBDDA
Complementary color
Monochromatic Colors of #0BBDDA
Black with #0BBDDA
Text Example
Text Example
White with #0BBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDDA; }
p { color: rgb(11,189,218); }
H1.HeaderClassName
{
color: #0BBDDA;
}
.AnyTagClassName
{
color: #0BBDDA;
}
</style>
background-color css
<style>
a { background-color: #0BBDDA; }
a { background-color: rgb(11,189,218); }
div.DivClassName
{
background-color: #0BBDDA;
}
.BgClassName
{
background-color: #0BBDDA;
}
</style>
border-color css
<style>
span { border-color: #0BBDDA; }
span { border-color: rgb(11,189,218); }
td.TdClassName
{
border-color: #0BBDDA;
}
.TagClassName
{
border-color: #0BBDDA;
}
</style>