#B1E2EE

Color #B1E2EE Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B1E2EE

Tints of Powder Blue #B1E2EE

Color information

#B1E2EE (or 0xB1E2EE) is unknown color: approx Powder Blue. HEX triplet: B1, E2 and EE. RGB value is (177,226,238). Sum of RGB (Red+Green+Blue) = 177+226+238=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1E2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2EE is #4E1D11. Grayscale: #D4D4D4. Windows color (decimal): -5119250 or 15655601. OLE color: 15655601.

HSL color Cylindrical-coordinate representation of color #B1E2EE: hue angle of 191.8º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1E2EE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177226238-
CMYK0.260.0500.07
HSL191.8º64.21%81.37%-
HSV(B)191.8º25.63%93.33%-
XYZ60.7669.9191.18-
YUV212.72142.27102.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.61%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=27.61%
G=35.26%
B=37.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772262380.260.0500.07191.864.2181.37
HexB1E2EE1A507c04051
Octal26134235632507300100121
Binary1011000111100010111011101101010101111100000010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E2EE; }

 p { color: rgb(177,226,238); }

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

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

 a { background-color: rgb(177,226,238); }

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

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

 span { border-color: rgb(177,226,238); }

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