#AAD0FF

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

Shades of Pale Cornflower Blue #AAD0FF

Tints of Pale Cornflower Blue #AAD0FF

Color information

#AAD0FF (or 0xAAD0FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D0 and FF. RGB value is (170,208,255). Sum of RGB (Red+Green+Blue) = 170+208+255=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0FF is #552F00. Grayscale: #C9C9C9. Windows color (decimal): -5582593 or 16765098. OLE color: 16765098.

HSL color Cylindrical-coordinate representation of color #AAD0FF: hue angle of 213.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD0FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170208255-
CMYK0.330.1800
HSL213.18º100%83.33%-
HSV(B)213.18º33.33%100%-
XYZ57.1860.88103.34-
YUV202157.91105.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.86%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 255 (100% from 255) = 40.28%
R=26.86%
G=32.86%
B=40.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702082550.330.1800213.1810083.33
HexAAD0FF211200d56453
Octal252320377412200325144123
Binary10101010110100001111111110000110010001101010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0FF; }

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

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

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

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

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

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

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

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