#AECEF1

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

Shades of Pale Cornflower Blue #AECEF1

Tints of Pale Cornflower Blue #AECEF1

Color information

#AECEF1 (or 0xAECEF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and F1. RGB value is (174,206,241). Sum of RGB (Red+Green+Blue) = 174+206+241=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #AECEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEF1 is #51310E. Grayscale: #C8C8C8. Windows color (decimal): -5320975 or 15847086. OLE color: 15847086.

HSL color Cylindrical-coordinate representation of color #AECEF1: hue angle of 211.34º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECEF1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174206241-
CMYK0.280.1500.05
HSL211.34º70.53%81.37%-
HSV(B)211.34º27.8%94.51%-
XYZ55.459.4991.78-
YUV200.42150.9109.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=28.02%
G=33.17%
B=38.81%

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
Decimal1742062410.280.1500.05211.3470.5381.37
HexAECEF11CF05d34751
Octal256316361341705323107121
Binary10101110110011101111000111100111101011101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEF1; }

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

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

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

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

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

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

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

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