#B3E2EA

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

Shades of Powder Blue #B3E2EA

Tints of Powder Blue #B3E2EA

Color information

#B3E2EA (or 0xB3E2EA) is unknown color: approx Powder Blue. HEX triplet: B3, E2 and EA. RGB value is (179,226,234). Sum of RGB (Red+Green+Blue) = 179+226+234=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E2EA is #4C1D15. Grayscale: #D4D4D4. Windows color (decimal): -4988182 or 15393459. OLE color: 15393459.

HSL color Cylindrical-coordinate representation of color #B3E2EA: hue angle of 188.73º degrees, saturation: 0.57, 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 #B3E2EA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179226234-
CMYK0.240.0300.08
HSL188.73º56.7%80.98%-
HSV(B)188.73º23.5%91.76%-
XYZ60.6469.9288.14-
YUV212.86139.93103.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.01%
GREEN value IS 226 (88.67% from 255) = 35.37%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=28.01%
G=35.37%
B=36.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792262340.240.0300.08188.7356.780.98
HexB3E2EA18308bd3951
Octal26334235230301027571121
Binary101100111110001011101010110001101000101111011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E2EA; }

 p { color: rgb(179,226,234); }

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

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

 a { background-color: rgb(179,226,234); }

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

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

 span { border-color: rgb(179,226,234); }

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