#AFDFE1

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

Shades of Powder Blue #AFDFE1

Tints of Powder Blue #AFDFE1

Color information

#AFDFE1 (or 0xAFDFE1) is unknown color: approx Powder Blue. HEX triplet: AF, DF and E1. RGB value is (175,223,225). Sum of RGB (Red+Green+Blue) = 175+223+225=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFDFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFE1 is #50201E. Grayscale: #D0D0D0. Windows color (decimal): -5251103 or 14802863. OLE color: 14802863.

HSL color Cylindrical-coordinate representation of color #AFDFE1: hue angle of 182.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFE1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175223225-
CMYK0.220.0100.12
HSL182.4º45.45%78.43%-
HSV(B)182.4º22.22%88.24%-
XYZ57.6667.3381.19-
YUV208.88137.1103.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=28.09%
G=35.79%
B=36.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752232250.220.0100.12182.445.4578.43
HexAFDFE11610Cb62d4e
Octal25733734126101426655116
Binary10101111110111111110000110110101100101101101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFE1; }

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

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

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

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

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

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

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

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