#AECDFE

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

Shades of Pale Cornflower Blue #AECDFE

Tints of Pale Cornflower Blue #AECDFE

Color information

#AECDFE (or 0xAECDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CD and FE. RGB value is (174,205,254). Sum of RGB (Red+Green+Blue) = 174+205+254=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #AECDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDFE is #513201. Grayscale: #C9C9C9. Windows color (decimal): -5321218 or 16698798. OLE color: 16698798.

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

Color convert

RGB174205254-
CMYK0.310.1900.00
HSL216.75º97.56%83.92%-
HSV(B)216.75º31.5%99.61%-
XYZ57.1859.82102.3-
YUV201.32157.73108.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=27.49%
G=32.39%
B=40.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742052540.310.1900.00216.7597.5683.92
HexAECDFE1F1300d96254
Octal256315376372300331142124
Binary1010111011001101111111101111110011001101100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDFE; }

 p { color: rgb(174,205,254); }

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

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

 a { background-color: rgb(174,205,254); }

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

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

 span { border-color: rgb(174,205,254); }

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