Shades of Iris Blue #0BB2CA
Tints of Iris Blue #0BB2CA
RGB
CMYK
RGB Variations
Color information
#0BB2CA (or 0x0BB2CA) is known color: Iris Blue. HEX triplet: 0B, B2 and CA. RGB value is (11,178,202). Sum of RGB (Red+Green+Blue) = 11+178+202=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #0BB2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB2CA is #F44D35. Grayscale: #828282. Windows color (decimal): -16010550 or 13283851. OLE color: 13283851.
HSL color Cylindrical-coordinate representation of color #0BB2CA: hue angle of 187.54º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB2CA is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 178 | 202 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.21 |
| HSL | 187.54º | 0.9% | 0.42% | - |
| HSV(B) | 187.54º | 0.95% | 0.79% | - |
| XYZ | 26.72 | 36.18 | 61.45 | - |
| YUV | 130.8 | 168.17 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 202 | 0.95 | 0.12 | 0 | 0.21 | 187.54 | 0.9 | 0.42 |
| Hex | B | B2 | CA | 5F | C | 0 | 15 | BC | 5A | 2A |
| Octal | 13 | 262 | 312 | 137 | 14 | 0 | 25 | 274 | 132 | 52 |
| Binary | 1011 | 10110010 | 11001010 | 1011111 | 1100 | 0 | 10101 | 10111100 | 1011010 | 101010 |
Color Harmonies of #0BB2CA
Complementary color
Monochromatic Colors of #0BB2CA
Black with #0BB2CA
Text Example
Text Example
White with #0BB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB2CA; }
p { color: rgb(11,178,202); }
H1.HeaderClassName
{
color: #0BB2CA;
}
.AnyTagClassName
{
color: #0BB2CA;
}
</style>
background-color css
<style>
a { background-color: #0BB2CA; }
a { background-color: rgb(11,178,202); }
div.DivClassName
{
background-color: #0BB2CA;
}
.BgClassName
{
background-color: #0BB2CA;
}
</style>
border-color css
<style>
span { border-color: #0BB2CA; }
span { border-color: rgb(11,178,202); }
td.TdClassName
{
border-color: #0BB2CA;
}
.TagClassName
{
border-color: #0BB2CA;
}
</style>