#AFDFE7

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

Shades of Powder Blue #AFDFE7

Tints of Powder Blue #AFDFE7

Color information

#AFDFE7 (or 0xAFDFE7) is unknown color: approx Powder Blue. HEX triplet: AF, DF and E7. RGB value is (175,223,231). Sum of RGB (Red+Green+Blue) = 175+223+231=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFDFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFE7 is #502018. Grayscale: #D1D1D1. Windows color (decimal): -5251097 or 15196079. OLE color: 15196079.

HSL color Cylindrical-coordinate representation of color #AFDFE7: hue angle of 188.57º 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 #AFDFE7 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175223231-
CMYK0.240.0300.09
HSL188.57º53.85%79.61%-
HSV(B)188.57º24.24%90.59%-
XYZ58.4967.6685.58-
YUV209.56140.1103.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=27.82%
G=35.45%
B=36.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752232310.240.0300.09188.5753.8579.61
HexAFDFE718309bd3650
Octal25733734730301127566120
Binary101011111101111111100111110001101001101111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFE7; }

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

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

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

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

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

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

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

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