#B1E3EE

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

Shades of Powder Blue #B1E3EE

Tints of Powder Blue #B1E3EE

Color information

#B1E3EE (or 0xB1E3EE) is unknown color: approx Powder Blue. HEX triplet: B1, E3 and EE. RGB value is (177,227,238). Sum of RGB (Red+Green+Blue) = 177+227+238=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1E3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E3EE is #4E1C11. Grayscale: #D5D5D5. Windows color (decimal): -5118994 or 15655857. OLE color: 15655857.

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

Color convert

RGB177227238-
CMYK0.260.0500.07
HSL190.82º64.21%81.37%-
HSV(B)190.82º25.63%93.33%-
XYZ61.0370.4691.27-
YUV213.3141.94102.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.57%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=27.57%
G=35.36%
B=37.07%

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
Decimal1772272380.260.0500.07190.8264.2181.37
HexB1E3EE1A507bf4051
Octal26134335632507277100121
Binary1011000111100011111011101101010101111011111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E3EE; }

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

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

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

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

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

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

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

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