#B3E6EB

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

Shades of Powder Blue #B3E6EB

Tints of Powder Blue #B3E6EB

Color information

#B3E6EB (or 0xB3E6EB) is unknown color: approx Powder Blue. HEX triplet: B3, E6 and EB. RGB value is (179,230,235). Sum of RGB (Red+Green+Blue) = 179+230+235=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E6EB is #4C1914. Grayscale: #D7D7D7. Windows color (decimal): -4987157 or 15460019. OLE color: 15460019.

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

Color convert

RGB179230235-
CMYK0.240.0200.08
HSL185.36º58.33%81.18%-
HSV(B)185.36º23.83%92.16%-
XYZ61.8872.1889.27-
YUV215.32139.1102.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.80%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=27.80%
G=35.71%
B=36.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792302350.240.0200.08185.3658.3381.18
HexB3E6EB18208b93a51
Octal26334635330201027172121
Binary101100111110011011101011110001001000101110011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E6EB; }

 p { color: rgb(179,230,235); }

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

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

 a { background-color: rgb(179,230,235); }

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

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

 span { border-color: rgb(179,230,235); }

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