Html Css Color HEX #B1E9EF Pale Turquoise

📋 copy color: '#B1E9EF'

red 177 ◦ green 233 ◦ blue 239

#B1E9EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #B1E9EF

Tints of Pale Turquoise #B1E9EF

RGB

 RED value IS 177 (69.53% from 255) = 27.27%

 GREEN value IS 233 (91.41% from 255) = 35.9%

 BLUE value IS 239 (93.75% from 255) = 36.83%

R = 27.27%
G = 35.9%
B = 36.83%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1E9EF (or 0xB1E9EF) is known color: Pale Turquoise. HEX triplet: B1, E9 and EF. RGB value is (177,233,239). Sum of RGB (Red+Green+Blue) = 177+233+239=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E9EF is #4E1610. Grayscale: #D8D8D8. Windows color (decimal): -5117457 or 15722929. OLE color: 15722929.

HSL color Cylindrical-coordinate representation of color #B1E9EF: hue angle of 185.81º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1E9EF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 233 239 -
CMYK 0.26 0.03 0 0.06
HSL 185.81º 0.66% 0.82% -
HSV(B) 185.81º 0.26% 0.94% -
XYZ 62.85 73.86 92.6 -
YUV 216.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 177 233 239 0.26 0.03 0 0.06 185.81 0.66 0.82
Hex B1 E9 EF 1A 3 0 6 BA 42 52
Octal 261 351 357 32 3 0 6 272 102 122
Binary 10110001 11101001 11101111 11010 11 0 110 10111010 1000010 1010010

Color Harmonies of #B1E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E9EF

Black with #B1E9EF

Text Example


Text Example

White with #B1E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E9EF; }

 p { color: rgb(177,233,239); }

 H1.HeaderClassName
 {
   color: #B1E9EF;
 }
 .AnyTagClassName
 {
   color: #B1E9EF;
 }
</style>

background-color css

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

 a { background-color: rgb(177,233,239); }

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

border-color css

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

 span { border-color: rgb(177,233,239); }

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