#AFD5D8

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

Shades of Powder Blue #AFD5D8

Tints of Powder Blue #AFD5D8

Color information

#AFD5D8 (or 0xAFD5D8) is unknown color: approx Powder Blue. HEX triplet: AF, D5 and D8. RGB value is (175,213,216). Sum of RGB (Red+Green+Blue) = 175+213+216=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFD5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5D8 is #502A27. Grayscale: #C9C9C9. Windows color (decimal): -5253672 or 14210479. OLE color: 14210479.

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

Color convert

RGB175213216-
CMYK0.190.0100.15
HSL184.39º34.45%76.67%-
HSV(B)184.39º18.98%84.71%-
XYZ53.8761.6674.03-
YUV201.98135.91108.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=28.97%
G=35.26%
B=35.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752132160.190.0100.15184.3934.4576.67
HexAFD5D81310Fb8224d
Octal25732533023101727042115
Binary10101111110101011101100010011101111101110001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5D8; }

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

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

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

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

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

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

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

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