#AECBF6

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

Shades of Pale Cornflower Blue #AECBF6

Tints of Pale Cornflower Blue #AECBF6

Color information

#AECBF6 (or 0xAECBF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CB and F6. RGB value is (174,203,246). Sum of RGB (Red+Green+Blue) = 174+203+246=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #AECBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECBF6 is #513409. Grayscale: #C7C7C7. Windows color (decimal): -5321738 or 16173998. OLE color: 16173998.

HSL color Cylindrical-coordinate representation of color #AECBF6: hue angle of 215.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AECBF6 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174203246-
CMYK0.290.1700.04
HSL215.83º80%82.35%-
HSV(B)215.83º29.27%96.47%-
XYZ55.4558.3695.53-
YUV199.23154.39110-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=27.93%
G=32.58%
B=39.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742032460.290.1700.04215.838082.35
HexAECBF61D1104d85052
Octal256313366352104330120122
Binary101011101100101111110110111011000101001101100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBF6; }

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

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

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

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

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

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

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

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