#AECCF2

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

Shades of Pale Cornflower Blue #AECCF2

Tints of Pale Cornflower Blue #AECCF2

Color information

#AECCF2 (or 0xAECCF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CC and F2. RGB value is (174,204,242). Sum of RGB (Red+Green+Blue) = 174+204+242=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #AECCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECCF2 is #51330D. Grayscale: #C7C7C7. Windows color (decimal): -5321486 or 15912110. OLE color: 15912110.

HSL color Cylindrical-coordinate representation of color #AECCF2: hue angle of 213.53º 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 #AECCF2 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174204242-
CMYK0.280.1600.05
HSL213.53º72.34%81.57%-
HSV(B)213.53º28.1%94.9%-
XYZ55.0858.692.41-
YUV199.36152.06109.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=28.06%
G=32.90%
B=39.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742042420.280.1600.05213.5372.3481.57
HexAECCF21C1005d64852
Octal256314362342005326110122
Binary101011101100110011110010111001000001011101011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCF2; }

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

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

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

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

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

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

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

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