Shades of Iris Blue #0BBCDE
Tints of Iris Blue #0BBCDE
RGB
CMYK
RGB Variations
Color information
#0BBCDE (or 0x0BBCDE) is known color: Iris Blue. HEX triplet: 0B, BC and DE. RGB value is (11,188,222). Sum of RGB (Red+Green+Blue) = 11+188+222=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BBCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCDE is #F44321. Grayscale: #8A8A8A. Windows color (decimal): -16007970 or 14597131. OLE color: 14597131.
HSL color Cylindrical-coordinate representation of color #0BBCDE: hue angle of 189.67º 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 #0BBCDE is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 188 | 222 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.13 |
| HSL | 189.67º | 0.91% | 0.46% | - |
| HSV(B) | 189.67º | 0.95% | 0.87% | - |
| XYZ | 31.31 | 41.31 | 75.43 | - |
| YUV | 138.95 | 174.86 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 222 | 0.95 | 0.15 | 0 | 0.13 | 189.67 | 0.91 | 0.46 |
| Hex | B | BC | DE | 5F | F | 0 | D | BE | 5B | 2E |
| Octal | 13 | 274 | 336 | 137 | 17 | 0 | 15 | 276 | 133 | 56 |
| Binary | 1011 | 10111100 | 11011110 | 1011111 | 1111 | 0 | 1101 | 10111110 | 1011011 | 101110 |
Color Harmonies of #0BBCDE
Complementary color
Monochromatic Colors of #0BBCDE
Black with #0BBCDE
Text Example
Text Example
White with #0BBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCDE; }
p { color: rgb(11,188,222); }
H1.HeaderClassName
{
color: #0BBCDE;
}
.AnyTagClassName
{
color: #0BBCDE;
}
</style>
background-color css
<style>
a { background-color: #0BBCDE; }
a { background-color: rgb(11,188,222); }
div.DivClassName
{
background-color: #0BBCDE;
}
.BgClassName
{
background-color: #0BBCDE;
}
</style>
border-color css
<style>
span { border-color: #0BBCDE; }
span { border-color: rgb(11,188,222); }
td.TdClassName
{
border-color: #0BBCDE;
}
.TagClassName
{
border-color: #0BBCDE;
}
</style>