#ACCAF3

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

Shades of Pale Cornflower Blue #ACCAF3

Tints of Pale Cornflower Blue #ACCAF3

Color information

#ACCAF3 (or 0xACCAF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CA and F3. RGB value is (172,202,243). Sum of RGB (Red+Green+Blue) = 172+202+243=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACCAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAF3 is #53350C. Grayscale: #C5C5C5. Windows color (decimal): -5453069 or 15977132. OLE color: 15977132.

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

Color convert

RGB172202243-
CMYK0.290.1700.05
HSL214.65º74.74%81.37%-
HSV(B)214.65º29.22%95.29%-
XYZ54.3157.4893.03-
YUV197.7153.56109.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 243 (95.31% from 255) = 39.38%
R=27.88%
G=32.74%
B=39.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722022430.290.1700.05214.6574.7481.37
HexACCAF31D1105d74b51
Octal254312363352105327113121
Binary101011001100101011110011111011000101011101011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAF3; }

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

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

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

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

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

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

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

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