Html Css Color HEX #B1EAF7 Pale Turquoise

📋 copy color: '#B1EAF7'

red 177 ◦ green 234 ◦ blue 247

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

Shades of Pale Turquoise #B1EAF7

Tints of Pale Turquoise #B1EAF7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.56%

 BLUE value IS 247 (96.88% from 255) = 37.54%

R = 26.9%
G = 35.56%
B = 37.54%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1EAF7 (or 0xB1EAF7) is known color: Pale Turquoise. HEX triplet: B1, EA and F7. RGB value is (177,234,247). Sum of RGB (Red+Green+Blue) = 177+234+247=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #B1EAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAF7 is #4E1508. Grayscale: #DADADA. Windows color (decimal): -5117193 or 16247473. OLE color: 16247473.

HSL color Cylindrical-coordinate representation of color #B1EAF7: hue angle of 191.14º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1EAF7 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 234 247 -
CMYK 0.28 0.05 0 0.03
HSL 191.14º 0.81% 0.83% -
HSV(B) 191.14º 0.28% 0.97% -
XYZ 64.34 74.91 99.06 -
YUV 218.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 177 234 247 0.28 0.05 0 0.03 191.14 0.81 0.83
Hex B1 EA F7 1C 5 0 3 BF 51 53
Octal 261 352 367 34 5 0 3 277 121 123
Binary 10110001 11101010 11110111 11100 101 0 11 10111111 1010001 1010011

Color Harmonies of #B1EAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EAF7

Black with #B1EAF7

Text Example


Text Example

White with #B1EAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EAF7; }

 p { color: rgb(177,234,247); }

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

background-color css

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

 a { background-color: rgb(177,234,247); }

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

border-color css

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

 span { border-color: rgb(177,234,247); }

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