#B1EBF9

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

Shades of Pale Turquoise #B1EBF9

Tints of Pale Turquoise #B1EBF9

Color information

#B1EBF9 (or 0xB1EBF9) is unknown color: approx Pale Turquoise. HEX triplet: B1, EB and F9. RGB value is (177,235,249). Sum of RGB (Red+Green+Blue) = 177+235+249=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1EBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBF9 is #4E1406. Grayscale: #DBDBDB. Windows color (decimal): -5116935 or 16378801. OLE color: 16378801.

HSL color Cylindrical-coordinate representation of color #B1EBF9: hue angle of 191.67º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1EBF9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177235249-
CMYK0.290.0600.02
HSL191.67º85.71%83.53%-
HSV(B)191.67º28.92%97.65%-
XYZ64.9475.6100.79-
YUV219.25144.7897.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.78%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=26.78%
G=35.55%
B=37.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772352490.290.0600.02191.6785.7183.53
HexB1EBF91D602c05654
Octal26135337135602300126124
Binary101100011110101111111001111011100101100000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBF9; }

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

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

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

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

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

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

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

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