#ACCCFD

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

Shades of Pale Cornflower Blue #ACCCFD

Tints of Pale Cornflower Blue #ACCCFD

Color information

#ACCCFD (or 0xACCCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CC and FD. RGB value is (172,204,253). Sum of RGB (Red+Green+Blue) = 172+204+253=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCFD is #533302. Grayscale: #C7C7C7. Windows color (decimal): -5452547 or 16633004. OLE color: 16633004.

HSL color Cylindrical-coordinate representation of color #ACCCFD: hue angle of 216.3º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCCFD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172204253-
CMYK0.320.1900.01
HSL216.3º95.29%83.33%-
HSV(B)216.3º32.02%99.22%-
XYZ56.3459.05101.36-
YUV200.02157.9108.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=27.34%
G=32.43%
B=40.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722042530.320.1900.01216.395.2983.33
HexACCCFD201301d85f53
Octal254314375402301330137123
Binary10101100110011001111110110000010011011101100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCFD; }

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

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

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

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

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

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

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

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