#B8DFDF

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

Shades of Powder Blue #B8DFDF

Tints of Powder Blue #B8DFDF

Color information

#B8DFDF (or 0xB8DFDF) is unknown color: approx Powder Blue. HEX triplet: B8, DF and DF. RGB value is (184,223,223). Sum of RGB (Red+Green+Blue) = 184+223+223=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B8DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFDF is #472020. Grayscale: #D3D3D3. Windows color (decimal): -4661281 or 14671800. OLE color: 14671800.

HSL color Cylindrical-coordinate representation of color #B8DFDF: hue angle of 180º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFDF is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184223223-
CMYK0.17000.13
HSL180º37.86%79.8%-
HSV(B)180º17.49%87.45%-
XYZ59.4768.2979.86-
YUV211.34134.58108.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.21%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=29.21%
G=35.40%
B=35.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842232230.17000.1318037.8679.8
HexB8DFDF1100Db42650
Octal27033733721001526446120
Binary10111000110111111101111110001001101101101001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFDF; }

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

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

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

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

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

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

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

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