#B3DEE3

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

Shades of Powder Blue #B3DEE3

Tints of Powder Blue #B3DEE3

Color information

#B3DEE3 (or 0xB3DEE3) is unknown color: approx Powder Blue. HEX triplet: B3, DE and E3. RGB value is (179,222,227). Sum of RGB (Red+Green+Blue) = 179+222+227=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 227 - color contains mainly: blue. Hex color #B3DEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DEE3 is #4C211C. Grayscale: #D1D1D1. Windows color (decimal): -4989213 or 14933683. OLE color: 14933683.

HSL color Cylindrical-coordinate representation of color #B3DEE3: hue angle of 186.25º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3DEE3 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179222227-
CMYK0.210.0200.11
HSL186.25º46.15%79.61%-
HSV(B)186.25º21.15%89.02%-
XYZ58.5867.3782.59-
YUV209.71137.75106.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.50%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=28.50%
G=35.35%
B=36.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1792222270.210.0200.11186.2546.1579.61
HexB3DEE31520Bba2e50
Octal26333634325201327256120
Binary101100111101111011100011101011001011101110101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DEE3; }

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

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

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

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

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

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

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

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