#B3E6EE

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

Shades of Powder Blue #B3E6EE

Tints of Powder Blue #B3E6EE

Color information

#B3E6EE (or 0xB3E6EE) is unknown color: approx Powder Blue. HEX triplet: B3, E6 and EE. RGB value is (179,230,238). Sum of RGB (Red+Green+Blue) = 179+230+238=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3E6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E6EE is #4C1911. Grayscale: #D7D7D7. Windows color (decimal): -4987154 or 15656627. OLE color: 15656627.

HSL color Cylindrical-coordinate representation of color #B3E6EE: hue angle of 188.14º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3E6EE is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179230238-
CMYK0.250.0300.07
HSL188.14º63.44%81.76%-
HSV(B)188.14º24.79%93.33%-
XYZ62.3272.3591.57-
YUV215.66140.6101.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.67%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=27.67%
G=35.55%
B=36.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792302380.250.0300.07188.1463.4481.76
HexB3E6EE19307bc3f52
Octal2633463563130727477122
Binary10110011111001101110111011001110111101111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E6EE; }

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

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

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

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

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

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

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

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