Shades of Iris Blue #0BBECF
Tints of Iris Blue #0BBECF
RGB
CMYK
RGB Variations
Color information
#0BBECF (or 0x0BBECF) is known color: Iris Blue. HEX triplet: 0B, BE and CF. RGB value is (11,190,207). Sum of RGB (Red+Green+Blue) = 11+190+207=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BBECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBECF is #F44130. Grayscale: #8A8A8A. Windows color (decimal): -16007473 or 13614603. OLE color: 13614603.
HSL color Cylindrical-coordinate representation of color #0BBECF: hue angle of 185.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBECF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 190 | 207 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.19 |
| HSL | 185.2º | 0.9% | 0.43% | - |
| HSV(B) | 185.2º | 0.95% | 0.81% | - |
| XYZ | 29.81 | 41.4 | 65.45 | - |
| YUV | 138.42 | 166.7 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 207 | 0.95 | 0.08 | 0 | 0.19 | 185.2 | 0.9 | 0.43 |
| Hex | B | BE | CF | 5F | 8 | 0 | 13 | B9 | 5A | 2B |
| Octal | 13 | 276 | 317 | 137 | 10 | 0 | 23 | 271 | 132 | 53 |
| Binary | 1011 | 10111110 | 11001111 | 1011111 | 1000 | 0 | 10011 | 10111001 | 1011010 | 101011 |
Color Harmonies of #0BBECF
Complementary color
Monochromatic Colors of #0BBECF
Black with #0BBECF
Text Example
Text Example
White with #0BBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBECF; }
p { color: rgb(11,190,207); }
H1.HeaderClassName
{
color: #0BBECF;
}
.AnyTagClassName
{
color: #0BBECF;
}
</style>
background-color css
<style>
a { background-color: #0BBECF; }
a { background-color: rgb(11,190,207); }
div.DivClassName
{
background-color: #0BBECF;
}
.BgClassName
{
background-color: #0BBECF;
}
</style>
border-color css
<style>
span { border-color: #0BBECF; }
span { border-color: rgb(11,190,207); }
td.TdClassName
{
border-color: #0BBECF;
}
.TagClassName
{
border-color: #0BBECF;
}
</style>