Shades of Iris Blue #0BB4CF
Tints of Iris Blue #0BB4CF
RGB
CMYK
RGB Variations
Color information
#0BB4CF (or 0x0BB4CF) is known color: Iris Blue. HEX triplet: 0B, B4 and CF. RGB value is (11,180,207). Sum of RGB (Red+Green+Blue) = 11+180+207=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BB4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB4CF is #F44B30. Grayscale: #848484. Windows color (decimal): -16010033 or 13612043. OLE color: 13612043.
HSL color Cylindrical-coordinate representation of color #0BB4CF: hue angle of 188.27º 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 #0BB4CF is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 180 | 207 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.19 |
| HSL | 188.27º | 0.9% | 0.43% | - |
| HSV(B) | 188.27º | 0.95% | 0.81% | - |
| XYZ | 27.72 | 37.22 | 64.75 | - |
| YUV | 132.55 | 170.01 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 207 | 0.95 | 0.13 | 0 | 0.19 | 188.27 | 0.9 | 0.43 |
| Hex | B | B4 | CF | 5F | D | 0 | 13 | BC | 5A | 2B |
| Octal | 13 | 264 | 317 | 137 | 15 | 0 | 23 | 274 | 132 | 53 |
| Binary | 1011 | 10110100 | 11001111 | 1011111 | 1101 | 0 | 10011 | 10111100 | 1011010 | 101011 |
Color Harmonies of #0BB4CF
Complementary color
Monochromatic Colors of #0BB4CF
Black with #0BB4CF
Text Example
Text Example
White with #0BB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB4CF; }
p { color: rgb(11,180,207); }
H1.HeaderClassName
{
color: #0BB4CF;
}
.AnyTagClassName
{
color: #0BB4CF;
}
</style>
background-color css
<style>
a { background-color: #0BB4CF; }
a { background-color: rgb(11,180,207); }
div.DivClassName
{
background-color: #0BB4CF;
}
.BgClassName
{
background-color: #0BB4CF;
}
</style>
border-color css
<style>
span { border-color: #0BB4CF; }
span { border-color: rgb(11,180,207); }
td.TdClassName
{
border-color: #0BB4CF;
}
.TagClassName
{
border-color: #0BB4CF;
}
</style>