#AAD5FA

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

Shades of Pale Cornflower Blue #AAD5FA

Tints of Pale Cornflower Blue #AAD5FA

Color information

#AAD5FA (or 0xAAD5FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D5 and FA. RGB value is (170,213,250). Sum of RGB (Red+Green+Blue) = 170+213+250=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5FA is #552A05. Grayscale: #CCCCCC. Windows color (decimal): -5581318 or 16438698. OLE color: 16438698.

HSL color Cylindrical-coordinate representation of color #AAD5FA: hue angle of 207.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD5FA is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170213250-
CMYK0.320.1500.02
HSL207.75º88.89%82.35%-
HSV(B)207.75º32%98.04%-
XYZ57.6363.0499.57-
YUV204.36153.75103.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.86%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=26.86%
G=33.65%
B=39.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702132500.320.1500.02207.7588.8982.35
HexAAD5FA20F02d05952
Octal252325372401702320131122
Binary10101010110101011111101010000011110101101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5FA; }

 p { color: rgb(170,213,250); }

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

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

 a { background-color: rgb(170,213,250); }

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

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

 span { border-color: rgb(170,213,250); }

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