#AAD7FE

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

Shades of Pale Cornflower Blue #AAD7FE

Tints of Pale Cornflower Blue #AAD7FE

Color information

#AAD7FE (or 0xAAD7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D7 and FE. RGB value is (170,215,254). Sum of RGB (Red+Green+Blue) = 170+215+254=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAD7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7FE is #552801. Grayscale: #CDCDCD. Windows color (decimal): -5580802 or 16701354. OLE color: 16701354.

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

Color convert

RGB170215254-
CMYK0.330.1500.00
HSL207.86º97.67%83.14%-
HSV(B)207.86º33.07%99.61%-
XYZ58.7764.3103.08-
YUV205.99155.09102.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=26.60%
G=33.65%
B=39.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702152540.330.1500.00207.8697.6783.14
HexAAD7FE21F00d06253
Octal252327376411700320142123
Binary1010101011010111111111101000011111001101000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7FE; }

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

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

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

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

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

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

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

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