#AEDAFF

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

Shades of Pale Cornflower Blue #AEDAFF

Tints of Pale Cornflower Blue #AEDAFF

Color information

#AEDAFF (or 0xAEDAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, DA and FF. RGB value is (174,218,255). Sum of RGB (Red+Green+Blue) = 174+218+255=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFF is #512500. Grayscale: #D0D0D0. Windows color (decimal): -5317889 or 16767662. OLE color: 16767662.

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

Color convert

RGB174218255-
CMYK0.320.1500
HSL207.41º100%84.12%-
HSV(B)207.41º31.76%100%-
XYZ60.5866.36104.22-
YUV209.06153.92102.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.89%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 255 (100% from 255) = 39.41%
R=26.89%
G=33.69%
B=39.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742182550.320.1500207.4110084.12
HexAEDAFF20F00cf6454
Octal256332377401700317144124
Binary1010111011011010111111111000001111001100111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAFF; }

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

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

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

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

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

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

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

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