Shades of Iris Blue #0FBBBC
Tints of Iris Blue #0FBBBC
RGB
CMYK
RGB Variations
Color information
#0FBBBC (or 0x0FBBBC) is known color: Iris Blue. HEX triplet: 0F, BB and BC. RGB value is (15,187,188). Sum of RGB (Red+Green+Blue) = 15+187+188=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FBBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBBBC is #F04443. Grayscale: #878787. Windows color (decimal): -15746116 or 12368655. OLE color: 12368655.
HSL color Cylindrical-coordinate representation of color #0FBBBC: hue angle of 180.35º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBBBC is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 187 | 188 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.26 |
| HSL | 180.35º | 0.85% | 0.4% | - |
| HSV(B) | 180.35º | 0.92% | 0.74% | - |
| XYZ | 27.04 | 39.27 | 53.73 | - |
| YUV | 135.69 | 157.52 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 188 | 0.92 | 0.01 | 0 | 0.26 | 180.35 | 0.85 | 0.4 |
| Hex | F | BB | BC | 5C | 1 | 0 | 1A | B4 | 55 | 28 |
| Octal | 17 | 273 | 274 | 134 | 1 | 0 | 32 | 264 | 125 | 50 |
| Binary | 1111 | 10111011 | 10111100 | 1011100 | 1 | 0 | 11010 | 10110100 | 1010101 | 101000 |
Color Harmonies of #0FBBBC
Complementary color
Monochromatic Colors of #0FBBBC
Black with #0FBBBC
Text Example
Text Example
White with #0FBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBBC; }
p { color: rgb(15,187,188); }
H1.HeaderClassName
{
color: #0FBBBC;
}
.AnyTagClassName
{
color: #0FBBBC;
}
</style>
background-color css
<style>
a { background-color: #0FBBBC; }
a { background-color: rgb(15,187,188); }
div.DivClassName
{
background-color: #0FBBBC;
}
.BgClassName
{
background-color: #0FBBBC;
}
</style>
border-color css
<style>
span { border-color: #0FBBBC; }
span { border-color: rgb(15,187,188); }
td.TdClassName
{
border-color: #0FBBBC;
}
.TagClassName
{
border-color: #0FBBBC;
}
</style>