#AED7F2

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

Shades of Pale Cornflower Blue #AED7F2

Tints of Pale Cornflower Blue #AED7F2

Color information

#AED7F2 (or 0xAED7F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D7 and F2. RGB value is (174,215,242). Sum of RGB (Red+Green+Blue) = 174+215+242=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7F2 is #51280D. Grayscale: #CDCDCD. Windows color (decimal): -5318670 or 15914926. OLE color: 15914926.

HSL color Cylindrical-coordinate representation of color #AED7F2: hue angle of 203.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED7F2 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174215242-
CMYK0.280.1100.05
HSL203.82º72.34%81.57%-
HSV(B)203.82º28.1%94.9%-
XYZ57.7864.0193.31-
YUV205.82148.42105.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.58%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=27.58%
G=34.07%
B=38.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742152420.280.1100.05203.8272.3481.57
HexAED7F21CB05cc4852
Octal256327362341305314110122
Binary10101110110101111111001011100101101011100110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7F2; }

 p { color: rgb(174,215,242); }

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

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

 a { background-color: rgb(174,215,242); }

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

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

 span { border-color: rgb(174,215,242); }

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