#AFD8DA

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

Shades of Powder Blue #AFD8DA

Tints of Powder Blue #AFD8DA

Color information

#AFD8DA (or 0xAFD8DA) is unknown color: approx Powder Blue. HEX triplet: AF, D8 and DA. RGB value is (175,216,218). Sum of RGB (Red+Green+Blue) = 175+216+218=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFD8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8DA is #502725. Grayscale: #CBCBCB. Windows color (decimal): -5252902 or 14342319. OLE color: 14342319.

HSL color Cylindrical-coordinate representation of color #AFD8DA: hue angle of 182.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD8DA is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175216218-
CMYK0.200.0100.15
HSL182.79º36.75%77.06%-
HSV(B)182.79º19.72%85.49%-
XYZ54.8963.2975.65-
YUV203.97135.92107.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=28.74%
G=35.47%
B=35.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752162180.200.0100.15182.7936.7577.06
HexAFD8DA1410Fb7254d
Octal25733033224101726745115
Binary10101111110110001101101010100101111101101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8DA; }

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

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

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

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

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

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

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

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