#AECEFF

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

Shades of Pale Cornflower Blue #AECEFF

Tints of Pale Cornflower Blue #AECEFF

Color information

#AECEFF (or 0xAECEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and FF. RGB value is (174,206,255). Sum of RGB (Red+Green+Blue) = 174+206+255=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #AECEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEFF is #513100. Grayscale: #C9C9C9. Windows color (decimal): -5320961 or 16764590. OLE color: 16764590.

HSL color Cylindrical-coordinate representation of color #AECEFF: hue angle of 216.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECEFF is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174206255-
CMYK0.320.1900
HSL216.3º100%84.12%-
HSV(B)216.3º31.76%100%-
XYZ57.5860.36103.22-
YUV202.02157.9108.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 255 (100% from 255) = 40.16%
R=27.40%
G=32.44%
B=40.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742062550.320.1900216.310084.12
HexAECEFF201300d86454
Octal256316377402300330144124
Binary10101110110011101111111110000010011001101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEFF; }

 p { color: rgb(174,206,255); }

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

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

 a { background-color: rgb(174,206,255); }

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

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

 span { border-color: rgb(174,206,255); }

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