#0BB0BF

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

Shades of Iris Blue #0BB0BF

Tints of Iris Blue #0BB0BF

Color information

#0BB0BF (or 0x0BB0BF) is unknown color: approx Iris Blue. HEX triplet: 0B, B0 and BF. RGB value is (11,176,191). Sum of RGB (Red+Green+Blue) = 11+176+191=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BB0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB0BF is #F44F40. Grayscale: #808080. Windows color (decimal): -16011073 or 12562443. OLE color: 12562443.

HSL color Cylindrical-coordinate representation of color #0BB0BF: hue angle of 185º 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 #0BB0BF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11176191-
CMYK0.940.0800.25
HSL185º89.11%39.61%-
HSV(B)185º94.24%74.9%-
XYZ25.0734.8854.7-
YUV128.38163.3444.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.91%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 191 (75% from 255) = 50.53%
R=2.91%
G=46.56%
B=50.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111761910.940.0800.2518589.1139.61
HexBB0BF5E8019b95928
Octal132602771361003127113150
Binary1011101100001011111110111101000011001101110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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