#AFD9DF

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

Shades of Powder Blue #AFD9DF

Tints of Powder Blue #AFD9DF

Color information

#AFD9DF (or 0xAFD9DF) is unknown color: approx Powder Blue. HEX triplet: AF, D9 and DF. RGB value is (175,217,223). Sum of RGB (Red+Green+Blue) = 175+217+223=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9DF is #502620. Grayscale: #CDCDCD. Windows color (decimal): -5252641 or 14670255. OLE color: 14670255.

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

Color convert

RGB175217223-
CMYK0.220.0300.13
HSL187.5º42.86%78.04%-
HSV(B)187.5º21.52%87.45%-
XYZ55.8164.0779.24-
YUV205.13138.09106.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=28.46%
G=35.28%
B=36.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752172230.220.0300.13187.542.8678.04
HexAFD9DF1630Dbc2b4e
Octal25733133726301527453116
Binary101011111101100111011111101101101101101111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9DF; }

 p { color: rgb(175,217,223); }

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

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

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

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

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

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

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