#B8DFE9

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

Shades of Powder Blue #B8DFE9

Tints of Powder Blue #B8DFE9

Color information

#B8DFE9 (or 0xB8DFE9) is unknown color: approx Powder Blue. HEX triplet: B8, DF and E9. RGB value is (184,223,233). Sum of RGB (Red+Green+Blue) = 184+223+233=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #B8DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFE9 is #472016. Grayscale: #D4D4D4. Windows color (decimal): -4661271 or 15327160. OLE color: 15327160.

HSL color Cylindrical-coordinate representation of color #B8DFE9: hue angle of 192.24º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8DFE9 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184223233-
CMYK0.210.0400.09
HSL192.24º52.69%81.76%-
HSV(B)192.24º21.03%91.37%-
XYZ60.8668.8587.17-
YUV212.48139.58107.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.75%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 233 (91.41% from 255) = 36.41%
R=28.75%
G=34.84%
B=36.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842232330.210.0400.09192.2452.6981.76
HexB8DFE915409c03552
Octal27033735125401130065122
Binary1011100011011111111010011010110001001110000001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFE9; }

 p { color: rgb(184,223,233); }

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

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

 a { background-color: rgb(184,223,233); }

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

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

 span { border-color: rgb(184,223,233); }

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