#AECEEB

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

Shades of Pale Cornflower Blue #AECEEB

Tints of Pale Cornflower Blue #AECEEB

Color information

#AECEEB (or 0xAECEEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CE and EB. RGB value is (174,206,235). Sum of RGB (Red+Green+Blue) = 174+206+235=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #AECEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEEB is #513114. Grayscale: #C7C7C7. Windows color (decimal): -5320981 or 15453870. OLE color: 15453870.

HSL color Cylindrical-coordinate representation of color #AECEEB: hue angle of 208.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECEEB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174206235-
CMYK0.260.1200.08
HSL208.52º60.4%80.2%-
HSV(B)208.52º25.96%92.16%-
XYZ54.5259.1487.14-
YUV199.74147.9109.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=28.29%
G=33.50%
B=38.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742062350.260.1200.08208.5260.480.2
HexAECEEB1AC08d13c50
Octal256316353321401032174120
Binary10101110110011101110101111010110001000110100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEEB; }

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

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

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

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

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

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

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

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