#AED0EB

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

Shades of Pale Cornflower Blue #AED0EB

Tints of Pale Cornflower Blue #AED0EB

Color information

#AED0EB (or 0xAED0EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, D0 and EB. RGB value is (174,208,235). Sum of RGB (Red+Green+Blue) = 174+208+235=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #AED0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0EB is #512F14. Grayscale: #C8C8C8. Windows color (decimal): -5320469 or 15454382. OLE color: 15454382.

HSL color Cylindrical-coordinate representation of color #AED0EB: hue angle of 206.56º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED0EB is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174208235-
CMYK0.260.1100.08
HSL206.56º60.4%80.2%-
HSV(B)206.56º25.96%92.16%-
XYZ55.0160.1187.3-
YUV200.91147.24108.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=28.20%
G=33.71%
B=38.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742082350.260.1100.08206.5660.480.2
HexAED0EB1AB08cf3c50
Octal256320353321301031774120
Binary10101110110100001110101111010101101000110011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0EB; }

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

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

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

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

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

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

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

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