#AECAFC

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

Shades of Pale Cornflower Blue #AECAFC

Tints of Pale Cornflower Blue #AECAFC

Color information

#AECAFC (or 0xAECAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CA and FC. RGB value is (174,202,252). Sum of RGB (Red+Green+Blue) = 174+202+252=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #AECAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAFC is #513503. Grayscale: #C7C7C7. Windows color (decimal): -5321988 or 16566958. OLE color: 16566958.

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

Color convert

RGB174202252-
CMYK0.310.2000.01
HSL218.46º92.86%83.53%-
HSV(B)218.46º30.95%98.82%-
XYZ56.1558.27100.38-
YUV199.33157.72109.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=27.71%
G=32.17%
B=40.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742022520.310.2000.01218.4692.8683.53
HexAECAFC1F1401da5d54
Octal256312374372401332135124
Binary1010111011001010111111001111110100011101101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAFC; }

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

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

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

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

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

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

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

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