#AAD3FE

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

Shades of Pale Cornflower Blue #AAD3FE

Tints of Pale Cornflower Blue #AAD3FE

Color information

#AAD3FE (or 0xAAD3FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D3 and FE. RGB value is (170,211,254). Sum of RGB (Red+Green+Blue) = 170+211+254=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3FE is #552C01. Grayscale: #CBCBCB. Windows color (decimal): -5581826 or 16700330. OLE color: 16700330.

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

Color convert

RGB170211254-
CMYK0.330.1700.00
HSL210.71º97.67%83.14%-
HSV(B)210.71º33.07%99.61%-
XYZ57.7662.29102.74-
YUV203.64156.42104-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 40%
R=26.77%
G=33.23%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702112540.330.1700.00210.7197.6783.14
HexAAD3FE211100d36253
Octal252323376412100323142123
Binary10101010110100111111111010000110001001101001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3FE; }

 p { color: rgb(170,211,254); }

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

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

 a { background-color: rgb(170,211,254); }

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

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

 span { border-color: rgb(170,211,254); }

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