#AFDCE4

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

Shades of Powder Blue #AFDCE4

Tints of Powder Blue #AFDCE4

Color information

#AFDCE4 (or 0xAFDCE4) is unknown color: approx Powder Blue. HEX triplet: AF, DC and E4. RGB value is (175,220,228). Sum of RGB (Red+Green+Blue) = 175+220+228=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFDCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE4 is #50231B. Grayscale: #CFCFCF. Windows color (decimal): -5251868 or 14998703. OLE color: 14998703.

HSL color Cylindrical-coordinate representation of color #AFDCE4: hue angle of 189.06º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDCE4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175220228-
CMYK0.230.0400.11
HSL189.06º49.53%79.02%-
HSV(B)189.06º23.25%89.41%-
XYZ57.2865.983.1-
YUV207.46139.59104.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=28.09%
G=35.31%
B=36.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752202280.230.0400.11189.0649.5379.02
HexAFDCE41740Bbd324f
Octal25733434427401327562117
Binary1010111111011100111001001011110001011101111011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCE4; }

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

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

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

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

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

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

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

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