#AACFF4

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

Shades of Pale Cornflower Blue #AACFF4

Tints of Pale Cornflower Blue #AACFF4

Color information

#AACFF4 (or 0xAACFF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CF and F4. RGB value is (170,207,244). Sum of RGB (Red+Green+Blue) = 170+207+244=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #AACFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFF4 is #55300B. Grayscale: #C7C7C7. Windows color (decimal): -5582860 or 16043946. OLE color: 16043946.

HSL color Cylindrical-coordinate representation of color #AACFF4: hue angle of 210º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACFF4 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170207244-
CMYK0.300.1500.04
HSL210º77.08%81.18%-
HSV(B)210º30.33%95.69%-
XYZ55.2259.794.2-
YUV200.16152.74106.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=27.38%
G=33.33%
B=39.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702072440.300.1500.0421077.0881.18
HexAACFF41EF04d24d51
Octal252317364361704322115121
Binary10101010110011111111010011110111101001101001010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFF4; }

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

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

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

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

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

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

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

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