#AACEFB

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

Shades of Pale Cornflower Blue #AACEFB

Tints of Pale Cornflower Blue #AACEFB

Color information

#AACEFB (or 0xAACEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and FB. RGB value is (170,206,251). Sum of RGB (Red+Green+Blue) = 170+206+251=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #AACEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEFB is #553104. Grayscale: #C8C8C8. Windows color (decimal): -5583109 or 16502442. OLE color: 16502442.

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

Color convert

RGB170206251-
CMYK0.320.1800.02
HSL213.33º91.01%82.55%-
HSV(B)213.33º32.27%98.43%-
XYZ56.0659.6599.83-
YUV200.37156.57106.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=27.11%
G=32.85%
B=40.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702062510.320.1800.02213.3391.0182.55
HexAACEFB201202d55b53
Octal252316373402202325133123
Binary101010101100111011111011100000100100101101010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEFB; }

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

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

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

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

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

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

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

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