#AACAFF

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

Shades of Pale Cornflower Blue #AACAFF

Tints of Pale Cornflower Blue #AACAFF

Color information

#AACAFF (or 0xAACAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and FF. RGB value is (170,202,255). Sum of RGB (Red+Green+Blue) = 170+202+255=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAFF is #553500. Grayscale: #C6C6C6. Windows color (decimal): -5584129 or 16763562. OLE color: 16763562.

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

Color convert

RGB170202255-
CMYK0.330.2100
HSL217.41º100%83.33%-
HSV(B)217.41º33.33%100%-
XYZ55.7558.01102.87-
YUV198.47159.9107.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 255 (100% from 255) = 40.67%
R=27.11%
G=32.22%
B=40.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702022550.330.2100217.4110083.33
HexAACAFF211500d96453
Octal252312377412500331144123
Binary10101010110010101111111110000110101001101100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAFF; }

 p { color: rgb(170,202,255); }

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

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

 a { background-color: rgb(170,202,255); }

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

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

 span { border-color: rgb(170,202,255); }

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