#AECCF5

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

Shades of Pale Cornflower Blue #AECCF5

Tints of Pale Cornflower Blue #AECCF5

Color information

#AECCF5 (or 0xAECCF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and F5. RGB value is (174,204,245). Sum of RGB (Red+Green+Blue) = 174+204+245=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #AECCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCF5 is #51330A. Grayscale: #C7C7C7. Windows color (decimal): -5321483 or 16108718. OLE color: 16108718.

HSL color Cylindrical-coordinate representation of color #AECCF5: hue angle of 214.65º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AECCF5 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174204245-
CMYK0.290.1700.04
HSL214.65º78.02%82.16%-
HSV(B)214.65º28.98%96.08%-
XYZ55.5358.7894.8-
YUV199.7153.56109.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 245 (96.09% from 255) = 39.33%
R=27.93%
G=32.74%
B=39.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742042450.290.1700.04214.6578.0282.16
HexAECCF51D1104d74e52
Octal256314365352104327116122
Binary101011101100110011110101111011000101001101011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCF5; }

 p { color: rgb(174,204,245); }

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

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

 a { background-color: rgb(174,204,245); }

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

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

 span { border-color: rgb(174,204,245); }

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