#AFDAE1

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

Shades of Powder Blue #AFDAE1

Tints of Powder Blue #AFDAE1

Color information

#AFDAE1 (or 0xAFDAE1) is unknown color: approx Powder Blue. HEX triplet: AF, DA and E1. RGB value is (175,218,225). Sum of RGB (Red+Green+Blue) = 175+218+225=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAE1 is #50251E. Grayscale: #CDCDCD. Windows color (decimal): -5252383 or 14801583. OLE color: 14801583.

HSL color Cylindrical-coordinate representation of color #AFDAE1: hue angle of 188.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 #AFDAE1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175218225-
CMYK0.220.0300.12
HSL188.4º45.45%78.43%-
HSV(B)188.4º22.22%88.24%-
XYZ56.3464.6980.75-
YUV205.94138.75105.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=28.32%
G=35.28%
B=36.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752182250.220.0300.12188.445.4578.43
HexAFDAE11630Cbc2d4e
Octal25733234126301427455116
Binary101011111101101011100001101101101100101111001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAE1; }

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

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

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

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

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

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

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

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