#AACBF7

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

Shades of Pale Cornflower Blue #AACBF7

Tints of Pale Cornflower Blue #AACBF7

Color information

#AACBF7 (or 0xAACBF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and F7. RGB value is (170,203,247). Sum of RGB (Red+Green+Blue) = 170+203+247=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #AACBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF7 is #553408. Grayscale: #C5C5C5. Windows color (decimal): -5583881 or 16239530. OLE color: 16239530.

HSL color Cylindrical-coordinate representation of color #AACBF7: hue angle of 214.29º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACBF7 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170203247-
CMYK0.310.1800.03
HSL214.29º82.8%81.76%-
HSV(B)214.29º31.17%96.86%-
XYZ54.7257.9796.3-
YUV198.15155.57107.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.42%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 247 (96.88% from 255) = 39.84%
R=27.42%
G=32.74%
B=39.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702032470.310.1800.03214.2982.881.76
HexAACBF71F1203d65352
Octal252313367372203326123122
Binary10101010110010111111011111111100100111101011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBF7; }

 p { color: rgb(170,203,247); }

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

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

 a { background-color: rgb(170,203,247); }

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

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

 span { border-color: rgb(170,203,247); }

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