#ACCCFA

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

Shades of Pale Cornflower Blue #ACCCFA

Tints of Pale Cornflower Blue #ACCCFA

Color information

#ACCCFA (or 0xACCCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CC and FA. RGB value is (172,204,250). Sum of RGB (Red+Green+Blue) = 172+204+250=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCFA is #533305. Grayscale: #C7C7C7. Windows color (decimal): -5452550 or 16436396. OLE color: 16436396.

HSL color Cylindrical-coordinate representation of color #ACCCFA: hue angle of 215.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCCFA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172204250-
CMYK0.310.1800.02
HSL215.38º88.64%82.75%-
HSV(B)215.38º31.2%98.04%-
XYZ55.8658.8698.86-
YUV199.68156.4108.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=27.48%
G=32.59%
B=39.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722042500.310.1800.02215.3888.6482.75
HexACCCFA1F1202d75953
Octal254314372372202327131123
Binary10101100110011001111101011111100100101101011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCFA; }

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

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

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

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

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

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

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

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