#b8dfe0

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

Shades of Powder Blue #B8DFE0

Tints of Powder Blue #B8DFE0

Color information

#B8DFE0 (or 0xB8DFE0) is unknown color: approx Powder Blue. HEX triplet: B8, DF and E0. RGB value is (184,223,224). Sum of RGB (Red+Green+Blue) = 184+223+224=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #B8DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFE0 is #47201F. Grayscale: #D3D3D3. Windows color (decimal): -4661280 or 14737336. OLE color: 14737336.

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

Color convert

RGB184223224-
CMYK0.180.0000.12
HSL181.5º39.22%80%-
HSV(B)181.5º17.86%87.84%-
XYZ59.6168.3580.57-
YUV211.45135.08108.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.16%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=29.16%
G=35.34%
B=35.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842232240.180.0000.12181.539.2280
HexB8DFE01200Cb62750
Octal27033734022001426647120
Binary10111000110111111110000010010001100101101101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8dfe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8dfe0; }

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

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

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

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

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

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

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

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