#00B1BF

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

Shades of Iris Blue #00B1BF

Tints of Iris Blue #00B1BF

Color information

#00B1BF (or 0x00B1BF) is unknown color: approx Iris Blue. HEX triplet: 00, B1 and BF. RGB value is (0,177,191). Sum of RGB (Red+Green+Blue) = 0+177+191=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #00B1BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00B1BF is #FF4E40. Grayscale: #7D7D7D. Windows color (decimal): -16731713 or 12562688. OLE color: 12562688.

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

Color convert

RGB0177191-
CMYK10.0700.25
HSL184.4º100%37.45%-
HSV(B)184.4º100%74.9%-
XYZ25.1335.2154.76-
YUV125.67164.8638.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 191 (75% from 255) = 51.90%
R=0%
G=48.10%
B=51.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal017719110.0700.25184.410037.45
Hex0B1BF647019b86425
Octal0261277144703127014445
Binary010110001101111111100100111011001101110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B1BF; }

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

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

<style>
 a { background-color: #00B1BF; }

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

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

<style>
 span { border-color: #00B1BF; }

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

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