#AEDAFE

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

Shades of Pale Cornflower Blue #AEDAFE

Tints of Pale Cornflower Blue #AEDAFE

Color information

#AEDAFE (or 0xAEDAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, DA and FE. RGB value is (174,218,254). Sum of RGB (Red+Green+Blue) = 174+218+254=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFE is #512501. Grayscale: #D0D0D0. Windows color (decimal): -5317890 or 16702126. OLE color: 16702126.

HSL color Cylindrical-coordinate representation of color #AEDAFE: hue angle of 207º 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 #AEDAFE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174218254-
CMYK0.310.1400.00
HSL207º97.56%83.92%-
HSV(B)207º31.5%99.61%-
XYZ60.4266.3103.38-
YUV208.95153.42103.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=26.93%
G=33.75%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742182540.310.1400.0020797.5683.92
HexAEDAFE1FE00cf6254
Octal256332376371600317142124
Binary101011101101101011111110111111110001100111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAFE; }

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

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

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

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

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

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

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

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