Html Css Color HEX #B1E6EA Powder Blue

📋 copy color: '#B1E6EA'

red 177 ◦ green 230 ◦ blue 234

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

Shades of Powder Blue #B1E6EA

Tints of Powder Blue #B1E6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.88%

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 27.61%
G = 35.88%
B = 36.51%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1E6EA (or 0xB1E6EA) is known color: Powder Blue. HEX triplet: B1, E6 and EA. RGB value is (177,230,234). Sum of RGB (Red+Green+Blue) = 177+230+234=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6EA is #4E1915. Grayscale: #D6D6D6. Windows color (decimal): -5118230 or 15394481. OLE color: 15394481.

HSL color Cylindrical-coordinate representation of color #B1E6EA: hue angle of 184.21º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E6EA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 230 234 -
CMYK 0.24 0.02 0 0.08
HSL 184.21º 0.58% 0.81% -
HSV(B) 184.21º 0.24% 0.92% -
XYZ 61.28 71.88 88.49 -
YUV 214.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 177 230 234 0.24 0.02 0 0.08 184.21 0.58 0.81
Hex B1 E6 EA 18 2 0 8 B8 3A 51
Octal 261 346 352 30 2 0 10 270 72 121
Binary 10110001 11100110 11101010 11000 10 0 1000 10111000 111010 1010001

Color Harmonies of #B1E6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E6EA

Black with #B1E6EA

Text Example


Text Example

White with #B1E6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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