#0BB1BF

Color #0BB1BF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0BB1BF

Tints of Iris Blue #0BB1BF

Color information

#0BB1BF (or 0x0BB1BF) is unknown color: approx Iris Blue. HEX triplet: 0B, B1 and BF. RGB value is (11,177,191). Sum of RGB (Red+Green+Blue) = 11+177+191=379 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.90% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BB1BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB1BF is #F44E40. Grayscale: #808080. Windows color (decimal): -16010817 or 12562699. OLE color: 12562699.

HSL color Cylindrical-coordinate representation of color #0BB1BF: hue angle of 184.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB1BF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11177191-
CMYK0.940.0700.25
HSL184.67º89.11%39.61%-
HSV(B)184.67º94.24%74.9%-
XYZ25.2635.2854.77-
YUV128.9616343.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 2.90%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 191 (75% from 255) = 50.40%
R=2.90%
G=46.70%
B=50.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111771910.940.0700.25184.6789.1139.61
HexBB1BF5E7019b95928
Octal13261277136703127113150
Binary101110110001101111111011110111011001101110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BB1BF; }

 p { color: rgb(11,177,191); }

 H1.HeaderClassName
 {
   color: #0BB1BF;
 }
 .AnyTagClassName
 {
   color: #0BB1BF;
 }
</style>
background-color css

<style>
 a { background-color: #0BB1BF; }

 a { background-color: rgb(11,177,191); }

 div.DivClassName
 {
   background-color: #0BB1BF;
 }
 .BgClassName
 {
   background-color: #0BB1BF;
 }
</style>
border-color css

<style>
 span { border-color: #0BB1BF; }

 span { border-color: rgb(11,177,191); }

 td.TdClassName
 {
   border-color: #0BB1BF;
 }
 .TagClassName
 {
   border-color: #0BB1BF;
 }
</style>