#AECFF8

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

Shades of Pale Cornflower Blue #AECFF8

Tints of Pale Cornflower Blue #AECFF8

Color information

#AECFF8 (or 0xAECFF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CF and F8. RGB value is (174,207,248). Sum of RGB (Red+Green+Blue) = 174+207+248=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #AECFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECFF8 is #513007. Grayscale: #C9C9C9. Windows color (decimal): -5320712 or 16306094. OLE color: 16306094.

HSL color Cylindrical-coordinate representation of color #AECFF8: hue angle of 213.24º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECFF8 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174207248-
CMYK0.300.1700.03
HSL213.24º84.09%82.75%-
HSV(B)213.24º29.84%97.25%-
XYZ56.7160.497.48-
YUV201.81154.07108.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 248 (97.27% from 255) = 39.43%
R=27.66%
G=32.91%
B=39.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742072480.300.1700.03213.2484.0982.75
HexAECFF81E1103d55453
Octal256317370362103325124123
Binary10101110110011111111100011110100010111101010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFF8; }

 p { color: rgb(174,207,248); }

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

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

 a { background-color: rgb(174,207,248); }

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

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

 span { border-color: rgb(174,207,248); }

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