Html Css Color HEX #B1DFEB Powder Blue

📋 copy color: '#B1DFEB'

red 177 ◦ green 223 ◦ blue 235

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

Shades of Powder Blue #B1DFEB

Tints of Powder Blue #B1DFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.12%

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 27.87%
G = 35.12%
B = 37.01%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1DFEB (or 0xB1DFEB) is known color: Powder Blue. HEX triplet: B1, DF and EB. RGB value is (177,223,235). Sum of RGB (Red+Green+Blue) = 177+223+235=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFEB is #4E2014. Grayscale: #D2D2D2. Windows color (decimal): -5120021 or 15458225. OLE color: 15458225.

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

Color convert

RGB 177 223 235 -
CMYK 0.25 0.05 0 0.08
HSL 192.41º 0.59% 0.81% -
HSV(B) 192.41º 0.25% 0.92% -
XYZ 59.51 68.12 88.61 -
YUV 210.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 177 223 235 0.25 0.05 0 0.08 192.41 0.59 0.81
Hex B1 DF EB 19 5 0 8 C0 3B 51
Octal 261 337 353 31 5 0 10 300 73 121
Binary 10110001 11011111 11101011 11001 101 0 1000 11000000 111011 1010001

Color Harmonies of #B1DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DFEB

Black with #B1DFEB

Text Example


Text Example

White with #B1DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DFEB; }

 p { color: rgb(177,223,235); }

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

background-color css

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

 a { background-color: rgb(177,223,235); }

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

border-color css

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

 span { border-color: rgb(177,223,235); }

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