#AECAFF

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

Shades of Pale Cornflower Blue #AECAFF

Tints of Pale Cornflower Blue #AECAFF

Color information

#AECAFF (or 0xAECAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CA and FF. RGB value is (174,202,255). Sum of RGB (Red+Green+Blue) = 174+202+255=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #AECAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAFF is #513500. Grayscale: #C7C7C7. Windows color (decimal): -5321985 or 16763566. OLE color: 16763566.

HSL color Cylindrical-coordinate representation of color #AECAFF: hue angle of 219.26º 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 #AECAFF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174202255-
CMYK0.320.2100
HSL219.26º100%84.12%-
HSV(B)219.26º31.76%100%-
XYZ56.6358.46102.91-
YUV199.67159.22109.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.58%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 255 (100% from 255) = 40.41%
R=27.58%
G=32.01%
B=40.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742022550.320.2100219.2610084.12
HexAECAFF201500db6454
Octal256312377402500333144124
Binary10101110110010101111111110000010101001101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAFF; }

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

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

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

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

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

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

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

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