#AECBFF

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

Shades of Pale Cornflower Blue #AECBFF

Tints of Pale Cornflower Blue #AECBFF

Color information

#AECBFF (or 0xAECBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CB and FF. RGB value is (174,203,255). Sum of RGB (Red+Green+Blue) = 174+203+255=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #AECBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECBFF is #513400. Grayscale: #C8C8C8. Windows color (decimal): -5321729 or 16763822. OLE color: 16763822.

HSL color Cylindrical-coordinate representation of color #AECBFF: hue angle of 218.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECBFF is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174203255-
CMYK0.320.2000
HSL218.52º100%84.12%-
HSV(B)218.52º31.76%100%-
XYZ56.8658.93102.99-
YUV200.26158.89109.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 255 (100% from 255) = 40.35%
R=27.53%
G=32.12%
B=40.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742032550.320.2000218.5210084.12
HexAECBFF201400db6454
Octal256313377402400333144124
Binary10101110110010111111111110000010100001101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBFF; }

 p { color: rgb(174,203,255); }

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

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

 a { background-color: rgb(174,203,255); }

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

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

 span { border-color: rgb(174,203,255); }

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