#AAD4FF

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

Shades of Pale Cornflower Blue #AAD4FF

Tints of Pale Cornflower Blue #AAD4FF

Color information

#AAD4FF (or 0xAAD4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D4 and FF. RGB value is (170,212,255). Sum of RGB (Red+Green+Blue) = 170+212+255=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4FF is #552B00. Grayscale: #CCCCCC. Windows color (decimal): -5581569 or 16766122. OLE color: 16766122.

HSL color Cylindrical-coordinate representation of color #AAD4FF: hue angle of 210.35º 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 #AAD4FF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170212255-
CMYK0.330.1700
HSL210.35º100%83.33%-
HSV(B)210.35º33.33%100%-
XYZ58.1762.85103.67-
YUV204.34156.59103.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 40.03%
R=26.69%
G=33.28%
B=40.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702122550.330.1700210.3510083.33
HexAAD4FF211100d26453
Octal252324377412100322144123
Binary10101010110101001111111110000110001001101001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD4FF; }

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

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

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

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

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

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

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

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