#AACBF3

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

Shades of Pale Cornflower Blue #AACBF3

Tints of Pale Cornflower Blue #AACBF3

Color information

#AACBF3 (or 0xAACBF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and F3. RGB value is (170,203,243). Sum of RGB (Red+Green+Blue) = 170+203+243=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF3 is #55340C. Grayscale: #C5C5C5. Windows color (decimal): -5583885 or 15977386. OLE color: 15977386.

HSL color Cylindrical-coordinate representation of color #AACBF3: hue angle of 212.88º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACBF3 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170203243-
CMYK0.300.1600.05
HSL212.88º75.26%80.98%-
HSV(B)212.88º30.04%95.29%-
XYZ54.1157.7393.08-
YUV197.69153.57108.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=27.60%
G=32.95%
B=39.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702032430.300.1600.05212.8875.2680.98
HexAACBF31E1005d54b51
Octal252313363362005325113121
Binary101010101100101111110011111101000001011101010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBF3; }

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

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

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

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

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

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

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

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