#ACCCF2

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

Shades of Pale Cornflower Blue #ACCCF2

Tints of Pale Cornflower Blue #ACCCF2

Color information

#ACCCF2 (or 0xACCCF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CC and F2. RGB value is (172,204,242). Sum of RGB (Red+Green+Blue) = 172+204+242=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACCCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCF2 is #53330D. Grayscale: #C6C6C6. Windows color (decimal): -5452558 or 15912108. OLE color: 15912108.

HSL color Cylindrical-coordinate representation of color #ACCCF2: hue angle of 212.57º degrees, saturation: 0.73, 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 #ACCCF2 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172204242-
CMYK0.290.1600.05
HSL212.57º72.92%81.18%-
HSV(B)212.57º28.93%94.9%-
XYZ54.6358.3792.39-
YUV198.76152.4108.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=27.83%
G=33.01%
B=39.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722042420.290.1600.05212.5772.9281.18
HexACCCF21D1005d54951
Octal254314362352005325111121
Binary101011001100110011110010111011000001011101010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCF2; }

 p { color: rgb(172,204,242); }

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

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

 a { background-color: rgb(172,204,242); }

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

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

 span { border-color: rgb(172,204,242); }

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