#AECDEE

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

Shades of Pale Cornflower Blue #AECDEE

Tints of Pale Cornflower Blue #AECDEE

Color information

#AECDEE (or 0xAECDEE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and EE. RGB value is (174,205,238). Sum of RGB (Red+Green+Blue) = 174+205+238=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #AECDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDEE is #513211. Grayscale: #C7C7C7. Windows color (decimal): -5321234 or 15650222. OLE color: 15650222.

HSL color Cylindrical-coordinate representation of color #AECDEE: hue angle of 210.94º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AECDEE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174205238-
CMYK0.270.1400.07
HSL210.94º65.31%80.78%-
HSV(B)210.94º26.89%93.33%-
XYZ54.7258.8389.36-
YUV199.49149.73109.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=28.20%
G=33.23%
B=38.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742052380.270.1400.07210.9465.3180.78
HexAECDEE1BE07d34151
Octal256315356331607323101121
Binary10101110110011011110111011011111001111101001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDEE; }

 p { color: rgb(174,205,238); }

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

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

 a { background-color: rgb(174,205,238); }

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

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

 span { border-color: rgb(174,205,238); }

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