Html Css Color HEX #B1E6ED Powder Blue

📋 copy color: '#B1E6ED'

red 177 ◦ green 230 ◦ blue 237

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

Shades of Powder Blue #B1E6ED

Tints of Powder Blue #B1E6ED

RGB

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

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

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

R = 27.48%
G = 35.71%
B = 36.8%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1E6ED (or 0xB1E6ED) is known color: Powder Blue. HEX triplet: B1, E6 and ED. RGB value is (177,230,237). Sum of RGB (Red+Green+Blue) = 177+230+237=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1E6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6ED is #4E1912. Grayscale: #D6D6D6. Windows color (decimal): -5118227 or 15591089. OLE color: 15591089.

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

Color convert

RGB 177 230 237 -
CMYK 0.25 0.03 0 0.07
HSL 187º 0.63% 0.81% -
HSV(B) 187º 0.25% 0.93% -
XYZ 61.71 72.06 90.78 -
YUV 214.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 177 230 237 0.25 0.03 0 0.07 187 0.63 0.81
Hex B1 E6 ED 19 3 0 7 BB 3E 51
Octal 261 346 355 31 3 0 7 273 76 121
Binary 10110001 11100110 11101101 11001 11 0 111 10111011 111110 1010001

Color Harmonies of #B1E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E6ED

Black with #B1E6ED

Text Example


Text Example

White with #B1E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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