#AFD9DB

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

Shades of Powder Blue #AFD9DB

Tints of Powder Blue #AFD9DB

Color information

#AFD9DB (or 0xAFD9DB) is unknown color: approx Powder Blue. HEX triplet: AF, D9 and DB. RGB value is (175,217,219). Sum of RGB (Red+Green+Blue) = 175+217+219=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFD9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9DB is #502624. Grayscale: #CCCCCC. Windows color (decimal): -5252645 or 14408111. OLE color: 14408111.

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

Color convert

RGB175217219-
CMYK0.200.0100.14
HSL182.73º37.93%77.25%-
HSV(B)182.73º20.09%85.88%-
XYZ55.2863.8576.43-
YUV204.67136.09106.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=28.64%
G=35.52%
B=35.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752172190.200.0100.14182.7337.9377.25
HexAFD9DB1410Eb7264d
Octal25733133324101626746115
Binary10101111110110011101101110100101110101101111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9DB; }

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

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

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

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

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

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

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

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