#AAC8FB

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

Shades of Pale Cornflower Blue #AAC8FB

Tints of Pale Cornflower Blue #AAC8FB

Color information

#AAC8FB (or 0xAAC8FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, C8 and FB. RGB value is (170,200,251). Sum of RGB (Red+Green+Blue) = 170+200+251=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAC8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FB is #553704. Grayscale: #C4C4C4. Windows color (decimal): -5584645 or 16500906. OLE color: 16500906.

HSL color Cylindrical-coordinate representation of color #AAC8FB: hue angle of 217.78º 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 #AAC8FB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170200251-
CMYK0.320.2000.02
HSL217.78º91.01%82.55%-
HSV(B)217.78º32.27%98.43%-
XYZ54.6456.8299.35-
YUV196.84158.56108.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=27.38%
G=32.21%
B=40.42%

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
Decimal1702002510.320.2000.02217.7891.0182.55
HexAAC8FB201402da5b53
Octal252310373402402332133123
Binary101010101100100011111011100000101000101101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8FB; }

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

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

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

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

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

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

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

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