#AECEF5

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

Shades of Pale Cornflower Blue #AECEF5

Tints of Pale Cornflower Blue #AECEF5

Color information

#AECEF5 (or 0xAECEF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and F5. RGB value is (174,206,245). Sum of RGB (Red+Green+Blue) = 174+206+245=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #AECEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEF5 is #51310A. Grayscale: #C8C8C8. Windows color (decimal): -5320971 or 16109230. OLE color: 16109230.

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

Color convert

RGB174206245-
CMYK0.290.1600.04
HSL212.96º78.02%82.16%-
HSV(B)212.96º28.98%96.08%-
XYZ56.0159.7394.96-
YUV200.88152.9108.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 245 (96.09% from 255) = 39.2%
R=27.84%
G=32.96%
B=39.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742062450.290.1600.04212.9678.0282.16
HexAECEF51D1004d54e52
Octal256316365352004325116122
Binary101011101100111011110101111011000001001101010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEF5; }

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

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

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

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

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

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

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

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