Html Css Color HEX #B1E1EF Powder Blue

📋 copy color: '#B1E1EF'

red 177 ◦ green 225 ◦ blue 239

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

Shades of Powder Blue #B1E1EF

Tints of Powder Blue #B1E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.1%

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

R = 27.61%
G = 35.1%
B = 37.29%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1E1EF (or 0xB1E1EF) is known color: Powder Blue. HEX triplet: B1, E1 and EF. RGB value is (177,225,239). Sum of RGB (Red+Green+Blue) = 177+225+239=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1EF is #4E1E10. Grayscale: #D4D4D4. Windows color (decimal): -5119505 or 15720881. OLE color: 15720881.

HSL color Cylindrical-coordinate representation of color #B1E1EF: hue angle of 193.55º 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 #B1E1EF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 225 239 -
CMYK 0.26 0.06 0 0.06
HSL 193.55º 0.66% 0.82% -
HSV(B) 193.55º 0.26% 0.94% -
XYZ 60.64 69.43 91.87 -
YUV 212.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 177 225 239 0.26 0.06 0 0.06 193.55 0.66 0.82
Hex B1 E1 EF 1A 6 0 6 C2 42 52
Octal 261 341 357 32 6 0 6 302 102 122
Binary 10110001 11100001 11101111 11010 110 0 110 11000010 1000010 1010010

Color Harmonies of #B1E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E1EF

Black with #B1E1EF

Text Example


Text Example

White with #B1E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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