#AAD4FC

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

Shades of Pale Cornflower Blue #AAD4FC

Tints of Pale Cornflower Blue #AAD4FC

Color information

#AAD4FC (or 0xAAD4FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, D4 and FC. RGB value is (170,212,252). Sum of RGB (Red+Green+Blue) = 170+212+252=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAD4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4FC is #552B03. Grayscale: #CBCBCB. Windows color (decimal): -5581572 or 16569514. OLE color: 16569514.

HSL color Cylindrical-coordinate representation of color #AAD4FC: hue angle of 209.27º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD4FC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170212252-
CMYK0.330.1600.01
HSL209.27º93.18%82.75%-
HSV(B)209.27º32.54%98.82%-
XYZ57.6962.66101.15-
YUV204155.09103.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=26.81%
G=33.44%
B=39.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702122520.330.1600.01209.2793.1882.75
HexAAD4FC211001d15d53
Octal252324374412001321135123
Binary10101010110101001111110010000110000011101000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD4FC; }

 p { color: rgb(170,212,252); }

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

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

 a { background-color: rgb(170,212,252); }

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

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

 span { border-color: rgb(170,212,252); }

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