#B1ECF9

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

Shades of Pale Turquoise #B1ECF9

Tints of Pale Turquoise #B1ECF9

Color information

#B1ECF9 (or 0xB1ECF9) is unknown color: approx Pale Turquoise. HEX triplet: B1, EC and F9. RGB value is (177,236,249). Sum of RGB (Red+Green+Blue) = 177+236+249=662 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.74% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1ECF9 is #4E1306. Grayscale: #DBDBDB. Windows color (decimal): -5116679 or 16379057. OLE color: 16379057.

HSL color Cylindrical-coordinate representation of color #B1ECF9: hue angle of 190.83º 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 #B1ECF9 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177236249-
CMYK0.290.0500.02
HSL190.83º85.71%83.53%-
HSV(B)190.83º28.92%97.65%-
XYZ65.2376.18100.89-
YUV219.84144.4597.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.74%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=26.74%
G=35.65%
B=37.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772362490.290.0500.02190.8385.7183.53
HexB1ECF91D502bf5654
Octal26135437135502277126124
Binary101100011110110011111001111011010101011111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECF9; }

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

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

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

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

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

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

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

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