#AED0F2

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

Shades of Pale Cornflower Blue #AED0F2

Tints of Pale Cornflower Blue #AED0F2

Color information

#AED0F2 (or 0xAED0F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D0 and F2. RGB value is (174,208,242). Sum of RGB (Red+Green+Blue) = 174+208+242=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #AED0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0F2 is #512F0D. Grayscale: #C9C9C9. Windows color (decimal): -5320462 or 15913134. OLE color: 15913134.

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

Color convert

RGB174208242-
CMYK0.280.1400.05
HSL210º72.34%81.57%-
HSV(B)210º28.1%94.9%-
XYZ56.0460.5292.73-
YUV201.71150.74108.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=27.88%
G=33.33%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742082420.280.1400.0521072.3481.57
HexAED0F21CE05d24852
Octal256320362341605322110122
Binary10101110110100001111001011100111001011101001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0F2; }

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

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

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

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

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

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

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

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