Shades of Iris Blue #0BBDDF
Tints of Iris Blue #0BBDDF
RGB
CMYK
RGB Variations
Color information
#0BBDDF (or 0x0BBDDF) is known color: Iris Blue. HEX triplet: 0B, BD and DF. RGB value is (11,189,223). Sum of RGB (Red+Green+Blue) = 11+189+223=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BBDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDDF is #F44220. Grayscale: #8B8B8B. Windows color (decimal): -16007713 or 14662923. OLE color: 14662923.
HSL color Cylindrical-coordinate representation of color #0BBDDF: hue angle of 189.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBDDF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 189 | 223 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.13 |
| HSL | 189.62º | 0.91% | 0.46% | - |
| HSV(B) | 189.62º | 0.95% | 0.87% | - |
| XYZ | 31.65 | 41.79 | 76.21 | - |
| YUV | 139.65 | 175.03 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 223 | 0.95 | 0.15 | 0 | 0.13 | 189.62 | 0.91 | 0.46 |
| Hex | B | BD | DF | 5F | F | 0 | D | BE | 5B | 2E |
| Octal | 13 | 275 | 337 | 137 | 17 | 0 | 15 | 276 | 133 | 56 |
| Binary | 1011 | 10111101 | 11011111 | 1011111 | 1111 | 0 | 1101 | 10111110 | 1011011 | 101110 |
Color Harmonies of #0BBDDF
Complementary color
Monochromatic Colors of #0BBDDF
Black with #0BBDDF
Text Example
Text Example
White with #0BBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDDF; }
p { color: rgb(11,189,223); }
H1.HeaderClassName
{
color: #0BBDDF;
}
.AnyTagClassName
{
color: #0BBDDF;
}
</style>
background-color css
<style>
a { background-color: #0BBDDF; }
a { background-color: rgb(11,189,223); }
div.DivClassName
{
background-color: #0BBDDF;
}
.BgClassName
{
background-color: #0BBDDF;
}
</style>
border-color css
<style>
span { border-color: #0BBDDF; }
span { border-color: rgb(11,189,223); }
td.TdClassName
{
border-color: #0BBDDF;
}
.TagClassName
{
border-color: #0BBDDF;
}
</style>