#AECEF3

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

Shades of Pale Cornflower Blue #AECEF3

Tints of Pale Cornflower Blue #AECEF3

Color information

#AECEF3 (or 0xAECEF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and F3. RGB value is (174,206,243). Sum of RGB (Red+Green+Blue) = 174+206+243=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #AECEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEF3 is #51310C. Grayscale: #C8C8C8. Windows color (decimal): -5320973 or 15978158. OLE color: 15978158.

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

Color convert

RGB174206243-
CMYK0.280.1500.05
HSL212.17º74.19%81.76%-
HSV(B)212.17º28.4%95.29%-
XYZ55.759.6193.36-
YUV200.65151.9108.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=27.93%
G=33.07%
B=39.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742062430.280.1500.05212.1774.1981.76
HexAECEF31CF05d44a52
Octal256316363341705324112122
Binary10101110110011101111001111100111101011101010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEF3; }

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

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

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

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

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

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

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

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