#B3E0EB

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

Shades of Powder Blue #B3E0EB

Tints of Powder Blue #B3E0EB

Color information

#B3E0EB (or 0xB3E0EB) is unknown color: approx Powder Blue. HEX triplet: B3, E0 and EB. RGB value is (179,224,235). Sum of RGB (Red+Green+Blue) = 179+224+235=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E0EB is #4C1F14. Grayscale: #D3D3D3. Windows color (decimal): -4988693 or 15458483. OLE color: 15458483.

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

Color convert

RGB179224235-
CMYK0.240.0500.08
HSL191.79º58.33%81.18%-
HSV(B)191.79º23.83%92.16%-
XYZ60.2468.8988.72-
YUV211.8141.09104.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=28.06%
G=35.11%
B=36.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792242350.240.0500.08191.7958.3381.18
HexB3E0EB18508c03a51
Octal26334035330501030072121
Binary1011001111100000111010111100010101000110000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E0EB; }

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

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

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

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

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

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

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

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