#B5E0DF

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

Shades of Powder Blue #B5E0DF

Tints of Powder Blue #B5E0DF

Color information

#B5E0DF (or 0xB5E0DF) is unknown color: approx Powder Blue. HEX triplet: B5, E0 and DF. RGB value is (181,224,223). Sum of RGB (Red+Green+Blue) = 181+224+223=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0DF is #4A1F20. Grayscale: #D2D2D2. Windows color (decimal): -4857633 or 14672053. OLE color: 14672053.

HSL color Cylindrical-coordinate representation of color #B5E0DF: hue angle of 178.6º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0DF is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB181224223-
CMYK0.1900.000.12
HSL178.6º40.95%79.41%-
HSV(B)178.6º19.2%87.84%-
XYZ59.0368.4679.92-
YUV211.03134.75106.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.82%
GREEN value IS 224 (87.89% from 255) = 35.67%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=28.82%
G=35.67%
B=35.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812242230.1900.000.12178.640.9579.41
HexB5E0DF1300Cb3294f
Octal26534033723001426351117
Binary10110101111000001101111110011001100101100111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E0DF; }

 p { color: rgb(181,224,223); }

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

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

 a { background-color: rgb(181,224,223); }

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

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

 span { border-color: rgb(181,224,223); }

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