#B3DEE1

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

Shades of Powder Blue #B3DEE1

Tints of Powder Blue #B3DEE1

Color information

#B3DEE1 (or 0xB3DEE1) is unknown color: approx Powder Blue. HEX triplet: B3, DE and E1. RGB value is (179,222,225). Sum of RGB (Red+Green+Blue) = 179+222+225=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #B3DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DEE1 is #4C211E. Grayscale: #D1D1D1. Windows color (decimal): -4989215 or 14802611. OLE color: 14802611.

HSL color Cylindrical-coordinate representation of color #B3DEE1: hue angle of 183.91º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DEE1 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179222225-
CMYK0.200.0100.12
HSL183.91º43.4%79.22%-
HSV(B)183.91º20.44%88.24%-
XYZ58.367.2681.14-
YUV209.48136.75106.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.59%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=28.59%
G=35.46%
B=35.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1792222250.200.0100.12183.9143.479.22
HexB3DEE11410Cb82b4f
Octal26333634124101427053117
Binary10110011110111101110000110100101100101110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DEE1; }

 p { color: rgb(179,222,225); }

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

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

 a { background-color: rgb(179,222,225); }

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

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

 span { border-color: rgb(179,222,225); }

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