#B1DFEB

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

Shades of Powder Blue #B1DFEB

Tints of Powder Blue #B1DFEB

Color information

#B1DFEB (or 0xB1DFEB) is unknown color: approx 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

RGB177223235-
CMYK0.250.0500.08
HSL192.41º59.18%80.78%-
HSV(B)192.41º24.68%92.16%-
XYZ59.5168.1288.61-
YUV210.61141.76104.02-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772232350.250.0500.08192.4159.1880.78
HexB1DFEB19508c03b51
Octal26133735331501030073121
Binary1011000111011111111010111100110101000110000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>