#AAD0EF

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

Shades of Pale Cornflower Blue #AAD0EF

Tints of Pale Cornflower Blue #AAD0EF

Color information

#AAD0EF (or 0xAAD0EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D0 and EF. RGB value is (170,208,239). Sum of RGB (Red+Green+Blue) = 170+208+239=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0EF is #552F10. Grayscale: #C8C8C8. Windows color (decimal): -5582609 or 15716522. OLE color: 15716522.

HSL color Cylindrical-coordinate representation of color #AAD0EF: hue angle of 206.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD0EF is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170208239-
CMYK0.290.1300.06
HSL206.96º68.32%80.2%-
HSV(B)206.96º28.87%93.73%-
XYZ54.7159.8990.34-
YUV200.17149.91106.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=27.55%
G=33.71%
B=38.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702082390.290.1300.06206.9668.3280.2
HexAAD0EF1DD06cf4450
Octal252320357351506317104120
Binary10101010110100001110111111101110101101100111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0EF; }

 p { color: rgb(170,208,239); }

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

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

 a { background-color: rgb(170,208,239); }

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

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

 span { border-color: rgb(170,208,239); }

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