#AFDDE7

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

Shades of Powder Blue #AFDDE7

Tints of Powder Blue #AFDDE7

Color information

#AFDDE7 (or 0xAFDDE7) is unknown color: approx Powder Blue. HEX triplet: AF, DD and E7. RGB value is (175,221,231). Sum of RGB (Red+Green+Blue) = 175+221+231=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFDDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDE7 is #502218. Grayscale: #D0D0D0. Windows color (decimal): -5251609 or 15195567. OLE color: 15195567.

HSL color Cylindrical-coordinate representation of color #AFDDE7: hue angle of 190.71º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDDE7 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175221231-
CMYK0.240.0400.09
HSL190.71º53.85%79.61%-
HSV(B)190.71º24.24%90.59%-
XYZ57.9666.685.4-
YUV208.39140.76104.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=27.91%
G=35.25%
B=36.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752212310.240.0400.09190.7153.8579.61
HexAFDDE718409bf3650
Octal25733534730401127766120
Binary1010111111011101111001111100010001001101111111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDE7; }

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

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

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

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

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

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

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

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