#AACAFB

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

Shades of Pale Cornflower Blue #AACAFB

Tints of Pale Cornflower Blue #AACAFB

Color information

#AACAFB (or 0xAACAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CA and FB. RGB value is (170,202,251). Sum of RGB (Red+Green+Blue) = 170+202+251=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #AACAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACAFB is #553504. Grayscale: #C5C5C5. Windows color (decimal): -5584133 or 16501418. OLE color: 16501418.

HSL color Cylindrical-coordinate representation of color #AACAFB: hue angle of 216.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACAFB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170202251-
CMYK0.320.2000.02
HSL216.3º91.01%82.55%-
HSV(B)216.3º32.27%98.43%-
XYZ55.1157.7599.51-
YUV198.02157.9108.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.29%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=27.29%
G=32.42%
B=40.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702022510.320.2000.02216.391.0182.55
HexAACAFB201402d85b53
Octal252312373402402330133123
Binary101010101100101011111011100000101000101101100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAFB; }

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

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

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

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

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

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

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

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