#B9DFE8

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

Shades of Powder Blue #B9DFE8

Tints of Powder Blue #B9DFE8

Color information

#B9DFE8 (or 0xB9DFE8) is unknown color: approx Powder Blue. HEX triplet: B9, DF and E8. RGB value is (185,223,232). Sum of RGB (Red+Green+Blue) = 185+223+232=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9DFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFE8 is #462017. Grayscale: #D4D4D4. Windows color (decimal): -4595736 or 15261625. OLE color: 15261625.

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

Color convert

RGB185223232-
CMYK0.200.0400.09
HSL191.49º50.54%81.76%-
HSV(B)191.49º20.26%90.98%-
XYZ60.9668.9286.43-
YUV212.66138.91108.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=28.91%
G=34.84%
B=36.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852232320.200.0400.09191.4950.5481.76
HexB9DFE814409bf3352
Octal27133735024401127763122
Binary1011100111011111111010001010010001001101111111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DFE8; }

 p { color: rgb(185,223,232); }

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

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

 a { background-color: rgb(185,223,232); }

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

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

 span { border-color: rgb(185,223,232); }

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