#AAD2F3

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

Shades of Pale Cornflower Blue #AAD2F3

Tints of Pale Cornflower Blue #AAD2F3

Color information

#AAD2F3 (or 0xAAD2F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D2 and F3. RGB value is (170,210,243). Sum of RGB (Red+Green+Blue) = 170+210+243=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2F3 is #552D0C. Grayscale: #C9C9C9. Windows color (decimal): -5582093 or 15979178. OLE color: 15979178.

HSL color Cylindrical-coordinate representation of color #AAD2F3: hue angle of 207.12º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD2F3 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170210243-
CMYK0.300.1400.05
HSL207.12º75.26%80.98%-
HSV(B)207.12º30.04%95.29%-
XYZ55.861.1193.65-
YUV201.8151.25105.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=27.29%
G=33.71%
B=39.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702102430.300.1400.05207.1275.2680.98
HexAAD2F31EE05cf4b51
Octal252322363361605317113121
Binary10101010110100101111001111110111001011100111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2F3; }

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

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

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

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

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

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

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

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