#B1EBF2

Color #B1EBF2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B1EBF2

Tints of Pale Turquoise #B1EBF2

Color information

#B1EBF2 (or 0xB1EBF2) is unknown color: approx Pale Turquoise. HEX triplet: B1, EB and F2. RGB value is (177,235,242). Sum of RGB (Red+Green+Blue) = 177+235+242=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBF2 is #4E140D. Grayscale: #DADADA. Windows color (decimal): -5116942 or 15920049. OLE color: 15920049.

HSL color Cylindrical-coordinate representation of color #B1EBF2: hue angle of 186.46º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1EBF2 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177235242-
CMYK0.270.0300.05
HSL186.46º71.43%82.16%-
HSV(B)186.46º26.86%94.9%-
XYZ63.8775.1795.15-
YUV218.46141.2898.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.06%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=27.06%
G=35.93%
B=37.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772352420.270.0300.05186.4671.4382.16
HexB1EBF21B305ba4752
Octal26135336233305272107122
Binary101100011110101111110010110111101011011101010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBF2; }

 p { color: rgb(177,235,242); }

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

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

 a { background-color: rgb(177,235,242); }

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

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

 span { border-color: rgb(177,235,242); }

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