#AACFF3

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

Shades of Pale Cornflower Blue #AACFF3

Tints of Pale Cornflower Blue #AACFF3

Color information

#AACFF3 (or 0xAACFF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CF and F3. RGB value is (170,207,243). Sum of RGB (Red+Green+Blue) = 170+207+243=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFF3 is #55300C. Grayscale: #C7C7C7. Windows color (decimal): -5582861 or 15978410. OLE color: 15978410.

HSL color Cylindrical-coordinate representation of color #AACFF3: hue angle of 209.59º 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 #AACFF3 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170207243-
CMYK0.300.1500.05
HSL209.59º75.26%80.98%-
HSV(B)209.59º30.04%95.29%-
XYZ55.0759.6493.4-
YUV200.04152.24106.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.42%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=27.42%
G=33.39%
B=39.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702072430.300.1500.05209.5975.2680.98
HexAACFF31EF05d24b51
Octal252317363361705322113121
Binary10101010110011111111001111110111101011101001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFF3; }

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

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

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

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

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

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

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

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