#AECDF2

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

Shades of Pale Cornflower Blue #AECDF2

Tints of Pale Cornflower Blue #AECDF2

Color information

#AECDF2 (or 0xAECDF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and F2. RGB value is (174,205,242). Sum of RGB (Red+Green+Blue) = 174+205+242=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #AECDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDF2 is #51320D. Grayscale: #C7C7C7. Windows color (decimal): -5321230 or 15912366. OLE color: 15912366.

HSL color Cylindrical-coordinate representation of color #AECDF2: hue angle of 212.65º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECDF2 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174205242-
CMYK0.280.1500.05
HSL212.65º72.34%81.57%-
HSV(B)212.65º28.1%94.9%-
XYZ55.3159.0792.49-
YUV199.95151.73109.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=28.02%
G=33.01%
B=38.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742052420.280.1500.05212.6572.3481.57
HexAECDF21CF05d54852
Octal256315362341705325110122
Binary10101110110011011111001011100111101011101010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDF2; }

 p { color: rgb(174,205,242); }

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

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

 a { background-color: rgb(174,205,242); }

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

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

 span { border-color: rgb(174,205,242); }

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