#AFDDDC

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

Shades of Powder Blue #AFDDDC

Tints of Powder Blue #AFDDDC

Color information

#AFDDDC (or 0xAFDDDC) is unknown color: approx Powder Blue. HEX triplet: AF, DD and DC. RGB value is (175,221,220). Sum of RGB (Red+Green+Blue) = 175+221+220=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDDC is #502223. Grayscale: #CFCFCF. Windows color (decimal): -5251620 or 14474671. OLE color: 14474671.

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

Color convert

RGB175221220-
CMYK0.2100.000.13
HSL178.7º40.35%77.65%-
HSV(B)178.7º20.81%86.67%-
XYZ56.4565.9977.47-
YUV207.13135.26105.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=28.41%
G=35.88%
B=35.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752212200.2100.000.13178.740.3577.65
HexAFDDDC1500Db3284e
Octal25733533425001526350116
Binary10101111110111011101110010101001101101100111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDDC; }

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

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

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

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

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

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

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

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