#AFD8DD

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

Shades of Powder Blue #AFD8DD

Tints of Powder Blue #AFD8DD

Color information

#AFD8DD (or 0xAFD8DD) is unknown color: approx Powder Blue. HEX triplet: AF, D8 and DD. RGB value is (175,216,221). Sum of RGB (Red+Green+Blue) = 175+216+221=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFD8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8DD is #502722. Grayscale: #CCCCCC. Windows color (decimal): -5252899 or 14538927. OLE color: 14538927.

HSL color Cylindrical-coordinate representation of color #AFD8DD: hue angle of 186.52º degrees, saturation: 0.4, 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 #AFD8DD is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175216221-
CMYK0.210.0200.13
HSL186.52º40.35%77.65%-
HSV(B)186.52º20.81%86.67%-
XYZ55.2963.4577.74-
YUV204.31137.42107.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=28.59%
G=35.29%
B=36.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752162210.210.0200.13186.5240.3577.65
HexAFD8DD1520Dbb284e
Octal25733033525201527350116
Binary101011111101100011011101101011001101101110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8DD; }

 p { color: rgb(175,216,221); }

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

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

 a { background-color: rgb(175,216,221); }

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

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

 span { border-color: rgb(175,216,221); }

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