#ACCAF5

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

Shades of Pale Cornflower Blue #ACCAF5

Tints of Pale Cornflower Blue #ACCAF5

Color information

#ACCAF5 (or 0xACCAF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CA and F5. RGB value is (172,202,245). Sum of RGB (Red+Green+Blue) = 172+202+245=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACCAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAF5 is #53350A. Grayscale: #C5C5C5. Windows color (decimal): -5453067 or 16108204. OLE color: 16108204.

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

Color convert

RGB172202245-
CMYK0.300.1800.04
HSL215.34º78.49%81.76%-
HSV(B)215.34º29.8%96.08%-
XYZ54.6257.694.63-
YUV197.93154.56109.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 245 (96.09% from 255) = 39.58%
R=27.79%
G=32.63%
B=39.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722022450.300.1800.04215.3478.4981.76
HexACCAF51E1204d74e52
Octal254312365362204327116122
Binary101011001100101011110101111101001001001101011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAF5; }

 p { color: rgb(172,202,245); }

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

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

 a { background-color: rgb(172,202,245); }

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

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

 span { border-color: rgb(172,202,245); }

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