#B6DDDF

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

Shades of Powder Blue #B6DDDF

Tints of Powder Blue #B6DDDF

Color information

#B6DDDF (or 0xB6DDDF) is unknown color: approx Powder Blue. HEX triplet: B6, DD and DF. RGB value is (182,221,223). Sum of RGB (Red+Green+Blue) = 182+221+223=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDDF is #492220. Grayscale: #D1D1D1. Windows color (decimal): -4792865 or 14671286. OLE color: 14671286.

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

Color convert

RGB182221223-
CMYK0.180.0100.13
HSL182.93º39.05%79.41%-
HSV(B)182.93º18.39%87.45%-
XYZ58.4766.9979.66-
YUV209.57135.58108.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.07%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=29.07%
G=35.30%
B=35.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822212230.180.0100.13182.9339.0579.41
HexB6DDDF1210Db7274f
Octal26633533722101526747117
Binary10110110110111011101111110010101101101101111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDDF; }

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

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

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

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

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

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

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

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