#AAD2F1

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

Shades of Pale Cornflower Blue #AAD2F1

Tints of Pale Cornflower Blue #AAD2F1

Color information

#AAD2F1 (or 0xAAD2F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D2 and F1. RGB value is (170,210,241). Sum of RGB (Red+Green+Blue) = 170+210+241=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2F1 is #552D0E. Grayscale: #C9C9C9. Windows color (decimal): -5582095 or 15848106. OLE color: 15848106.

HSL color Cylindrical-coordinate representation of color #AAD2F1: hue angle of 206.2º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD2F1 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170210241-
CMYK0.290.1300.05
HSL206.2º71.72%80.59%-
HSV(B)206.2º29.46%94.51%-
XYZ55.560.9992.07-
YUV201.57150.25105.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=27.38%
G=33.82%
B=38.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702102410.290.1300.05206.271.7280.59
HexAAD2F11DD05ce4851
Octal252322361351505316110121
Binary10101010110100101111000111101110101011100111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2F1; }

 p { color: rgb(170,210,241); }

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

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

 a { background-color: rgb(170,210,241); }

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

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

 span { border-color: rgb(170,210,241); }

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