#AECCED

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

Shades of Pale Cornflower Blue #AECCED

Tints of Pale Cornflower Blue #AECCED

Color information

#AECCED (or 0xAECCED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and ED. RGB value is (174,204,237). Sum of RGB (Red+Green+Blue) = 174+204+237=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #AECCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCED is #513312. Grayscale: #C6C6C6. Windows color (decimal): -5321491 or 15584430. OLE color: 15584430.

HSL color Cylindrical-coordinate representation of color #AECCED: hue angle of 211.43º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AECCED is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174204237-
CMYK0.270.1400.07
HSL211.43º63.64%80.59%-
HSV(B)211.43º26.58%92.94%-
XYZ54.3358.388.51-
YUV198.79149.56110.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=28.29%
G=33.17%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742042370.270.1400.07211.4363.6480.59
HexAECCED1BE07d34051
Octal256314355331607323100121
Binary10101110110011001110110111011111001111101001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCED; }

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

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

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

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

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

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

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

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