#B1DFEA

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

Shades of Powder Blue #B1DFEA

Tints of Powder Blue #B1DFEA

Color information

#B1DFEA (or 0xB1DFEA) is unknown color: approx Powder Blue. HEX triplet: B1, DF and EA. RGB value is (177,223,234). Sum of RGB (Red+Green+Blue) = 177+223+234=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1DFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFEA is #4E2015. Grayscale: #D2D2D2. Windows color (decimal): -5120022 or 15392689. OLE color: 15392689.

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

Color convert

RGB177223234-
CMYK0.240.0500.08
HSL191.58º57.58%80.59%-
HSV(B)191.58º24.36%91.76%-
XYZ59.3768.0687.85-
YUV210.5141.26104.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=27.92%
G=35.17%
B=36.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772232340.240.0500.08191.5857.5880.59
HexB1DFEA18508c03a51
Octal26133735230501030072121
Binary1011000111011111111010101100010101000110000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFEA; }

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

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

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

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

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

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

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

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