#AECCFF

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

Shades of Pale Cornflower Blue #AECCFF

Tints of Pale Cornflower Blue #AECCFF

Color information

#AECCFF (or 0xAECCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and FF. RGB value is (174,204,255). Sum of RGB (Red+Green+Blue) = 174+204+255=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #AECCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCFF is #513300. Grayscale: #C8C8C8. Windows color (decimal): -5321473 or 16764078. OLE color: 16764078.

HSL color Cylindrical-coordinate representation of color #AECCFF: hue angle of 217.78º 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 #AECCFF is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174204255-
CMYK0.320.200
HSL217.78º100%84.12%-
HSV(B)217.78º31.76%100%-
XYZ57.159.4103.06-
YUV200.84158.56108.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 255 (100% from 255) = 40.28%
R=27.49%
G=32.23%
B=40.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742042550.320.200217.7810084.12
HexAECCFF201400da6454
Octal256314377402400332144124
Binary10101110110011001111111110000010100001101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCFF; }

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

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

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

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

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

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

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

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