Html Css Color HEX #B1E3ED Powder Blue

📋 copy color: '#B1E3ED'

red 177 ◦ green 227 ◦ blue 237

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

Shades of Powder Blue #B1E3ED

Tints of Powder Blue #B1E3ED

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.41%

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 27.61%
G = 35.41%
B = 36.97%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1E3ED (or 0xB1E3ED) is known color: Powder Blue. HEX triplet: B1, E3 and ED. RGB value is (177,227,237). Sum of RGB (Red+Green+Blue) = 177+227+237=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E3ED is #4E1C12. Grayscale: #D5D5D5. Windows color (decimal): -5118995 or 15590321. OLE color: 15590321.

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

Color convert

RGB 177 227 237 -
CMYK 0.25 0.04 0 0.07
HSL 190º 0.63% 0.81% -
HSV(B) 190º 0.25% 0.93% -
XYZ 60.89 70.4 90.5 -
YUV 213.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 177 227 237 0.25 0.04 0 0.07 190 0.63 0.81
Hex B1 E3 ED 19 4 0 7 BE 3E 51
Octal 261 343 355 31 4 0 7 276 76 121
Binary 10110001 11100011 11101101 11001 100 0 111 10111110 111110 1010001

Color Harmonies of #B1E3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E3ED

Black with #B1E3ED

Text Example


Text Example

White with #B1E3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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