#B0DDDF

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

Shades of Powder Blue #B0DDDF

Tints of Powder Blue #B0DDDF

Color information

#B0DDDF (or 0xB0DDDF) is unknown color: approx Powder Blue. HEX triplet: B0, DD and DF. RGB value is (176,221,223). Sum of RGB (Red+Green+Blue) = 176+221+223=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDDF is #4F2220. Grayscale: #CFCFCF. Windows color (decimal): -5186081 or 14671280. OLE color: 14671280.

HSL color Cylindrical-coordinate representation of color #B0DDDF: hue angle of 182.55º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DDDF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176221223-
CMYK0.210.0100.13
HSL182.55º42.34%78.24%-
HSV(B)182.55º21.08%87.45%-
XYZ57.0866.2779.6-
YUV207.77136.59105.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=28.39%
G=35.65%
B=35.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762212230.210.0100.13182.5542.3478.24
HexB0DDDF1510Db72a4e
Octal26033533725101526752116
Binary10110000110111011101111110101101101101101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDDF; }

 p { color: rgb(176,221,223); }

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

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

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

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

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

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

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