#AED5F2

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

Shades of Pale Cornflower Blue #AED5F2

Tints of Pale Cornflower Blue #AED5F2

Color information

#AED5F2 (or 0xAED5F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D5 and F2. RGB value is (174,213,242). Sum of RGB (Red+Green+Blue) = 174+213+242=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5F2 is #512A0D. Grayscale: #CCCCCC. Windows color (decimal): -5319182 or 15914414. OLE color: 15914414.

HSL color Cylindrical-coordinate representation of color #AED5F2: hue angle of 205.59º 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 #AED5F2 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174213242-
CMYK0.280.1200.05
HSL205.59º72.34%81.57%-
HSV(B)205.59º28.1%94.9%-
XYZ57.286393.15-
YUV204.64149.08106.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=27.66%
G=33.86%
B=38.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742132420.280.1200.05205.5972.3481.57
HexAED5F21CC05ce4852
Octal256325362341405316110122
Binary10101110110101011111001011100110001011100111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5F2; }

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

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

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

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

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

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

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

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